From a0deb72ce744f3c8393702212655478a6d80e0f4 Mon Sep 17 00:00:00 2001 From: MoisesTapia Date: Sun, 26 Jul 2020 13:42:34 -0500 Subject: [PATCH] Add new Updates --- Docker/Dockerfile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 34d9ac8..fcc0170 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -5,11 +5,12 @@ WORKDIR /home/ RUN apt-get update -RUN apt-get install -y git -RUN apt-get install -y python3 -RUN apt-get install -y python3-pip -RUN apt-get install -y php -RUN apt-get update +RUN apt-get install -y git && \ + apt-get install --no-install-recommends -y python3.7 && \ + apt-get install -y python3-pip && \ + apt-get install --no-install-recommends -y php && \ + apt-get update && \ + rm -rf /var/lib/apt/lists/* RUN git clone https://github.com/DarkSecDevelopers/HiddenEye