mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Update Dockerfile
This commit is contained in:
parent
6edca401f5
commit
d355d06b5c
|
@ -11,7 +11,7 @@ WORKDIR /home/
|
||||||
|
|
||||||
RUN apt-get update
|
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 -y python3-pip && \
|
||||||
apt-get install --no-install-recommends -y php
|
apt-get install --no-install-recommends -y php
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user