Add new Updates

This commit is contained in:
MoisesTapia 2020-07-26 13:42:34 -05:00
parent 976d8b1a90
commit a0deb72ce7
No known key found for this signature in database
GPG Key ID: BE22111DAB113FC3

View File

@ -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