mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Optimized Dockerfile
This commit is contained in:
parent
a90a92fed4
commit
bded077004
|
@ -5,9 +5,8 @@ WORKDIR /home/
|
|||
|
||||
COPY . /home/
|
||||
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt-get install -y --no-install-recommends python3.7 && \
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends python3.7 && \
|
||||
apt-get install -y python3-pip && \
|
||||
apt-get install --no-install-recommends -y php && \
|
||||
apt-get clean && \
|
||||
|
|
Loading…
Reference in New Issue
Block a user