diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 5d238d7..50304fb 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -11,7 +11,7 @@ WORKDIR /home/ RUN apt-get update -RUN apt-get install --no-install-recommends -y python3.7 && \ +RUN apt-get install -y --no-install-recommends python3.7 && \ apt-get install -y python3-pip && \ apt-get install --no-install-recommends -y php