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 update
RUN apt-get install -y git RUN apt-get install -y git && \
RUN apt-get install -y python3 apt-get install --no-install-recommends -y python3.7 && \
RUN apt-get install -y python3-pip apt-get install -y python3-pip && \
RUN apt-get install -y php apt-get install --no-install-recommends -y php && \
RUN apt-get update apt-get update && \
rm -rf /var/lib/apt/lists/*
RUN git clone https://github.com/DarkSecDevelopers/HiddenEye RUN git clone https://github.com/DarkSecDevelopers/HiddenEye