Update Dockerfile

This commit is contained in:
MoisesTapia 2020-07-26 17:22:00 -05:00
parent 6edca401f5
commit d355d06b5c
No known key found for this signature in database
GPG Key ID: BE22111DAB113FC3

View File

@ -11,7 +11,7 @@ WORKDIR /home/
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 --no-install-recommends -y php