Update Dockerfile

pull/732/head
MoisesTapia 2020-07-26 17:40:09 -05:00
parent d355d06b5c
commit 46b97b2d69
No known key found for this signature in database
GPG Key ID: BE22111DAB113FC3
1 changed files with 1 additions and 3 deletions

View File

@ -13,9 +13,7 @@ RUN apt-get update
RUN apt-get install -y --no-install-recommends python3.7 && \
apt-get install -y python3-pip && \
apt-get install --no-install-recommends -y php
RUN apt-get update && \
apt-get install --no-install-recommends -y php && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*