mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Add new Updates
This commit is contained in:
parent
976d8b1a90
commit
a0deb72ce7
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user