Optimized Dockerfile

This commit is contained in:
MoisesTapia 2020-07-30 14:38:24 -05:00
parent a90a92fed4
commit bded077004
No known key found for this signature in database
GPG Key ID: BE22111DAB113FC3

View File

@ -5,9 +5,8 @@ WORKDIR /home/
COPY . /home/ COPY . /home/
RUN apt-get update RUN apt-get update && \
apt-get install -y --no-install-recommends 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 && \
apt-get clean && \ apt-get clean && \