add sudo
This commit is contained in:
parent
5251fea6cd
commit
57da6394d8
@ -10,8 +10,6 @@ RUN apt-get install -y python3-pip
|
||||
RUN python3 -m pip install kaggle
|
||||
RUN python3 -m pip install pandas
|
||||
|
||||
RUN apt-get install sudo
|
||||
|
||||
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
|
||||
|
||||
# Stwórzmy w kontenerze (jeśli nie istnieje) katalog /app i przejdźmy do niego (wszystkie kolejne polecenia RUN, CMD, ENTRYPOINT, COPY i ADD będą w nim wykonywane)
|
||||
@ -22,9 +20,9 @@ COPY ./startscript1.sh ./
|
||||
COPY ./src/task1python.py ./src/task1python.py
|
||||
COPY ./src/pythonTest.py ./src/pythonTest.py
|
||||
|
||||
RUN echo $(ls -1 /tmp/dir)
|
||||
|
||||
RUN chmod a+x ./startscript1.sh
|
||||
RUN chmod +x ./startscript1.sh
|
||||
RUN ./startscript1.sh
|
||||
|
||||
RUN chmod a+x ./src/task1python.py
|
||||
RUN chmod a+x ./src/pythonTest.py
|
||||
|
Loading…
Reference in New Issue
Block a user