From 35744f2bff5847f511b75c8f5f522de100c62cea Mon Sep 17 00:00:00 2001 From: EduReyes <72487236+EduReyes@users.noreply.github.com> Date: Fri, 30 Jul 2021 09:09:35 +0100 Subject: [PATCH] Update dockerfile --- dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index b0925a1..283e0fc 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,5 @@ FROM ubuntu:latest + RUN apt-get -y update RUN apt-get install python3 -y RUN apt install python3-pip -y @@ -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