Update 'Dockerfile'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2019-11-26 15:44:09 +00:00
parent f3e1c30cf4
commit ae46a3202f
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ COPY init/entrypoint.sh /usr/local/bin
RUN chmod +x /usr/local/bin/entrypoint.sh && \
apt-get update && \
apt-get install \
apt-get install -y \
software-properties-common && \
add-apt-repository ppa:ondrej/php && \
apt-get install -y \
@ -21,7 +21,7 @@ RUN chmod +x /usr/local/bin/entrypoint.sh && \
php7.3-session \
php7.3-xmlrpc && \
rm -rf /var/lib/apt/lists/* && \
apt-get remove \
apt-get remove -y \
software-properties-common && \
apt-get autoremove -y && \
# Enable PHP