Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
EduReyes authored Jul 30, 2021
1 parent 9735da3 commit 35744f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ubuntu:latest

RUN apt-get -y update
RUN apt-get install python3 -y
RUN apt install python3-pip -y
Expand All @@ -16,4 +17,4 @@ RUN /bin/bash -c "find /app/ -name '*.py' -type f -delete"
RUN /bin/bash -c "find /app/ -name "dockerfile" -type f -delete"
RUN /bin/bash -c "find /app/ -name "compiler.pyc" -type f -delete"

CMD python3 script.pyc /app/Images /app/Results monkey
CMD python3 script.pyc

0 comments on commit 35744f2

Please sign in to comment.