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