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

This commit is contained in:
Danny Bessems 2019-11-26 15:46:16 +00:00
parent ae46a3202f
commit d633f698b1
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ RUN chmod +x /usr/local/bin/entrypoint.sh && \
add-apt-repository ppa:ondrej/php && \ add-apt-repository ppa:ondrej/php && \
apt-get install -y \ apt-get install -y \
lighttpd \ lighttpd \
fcgi \ # fcgi \
php7.3-cgi \ php7.3-cgi \
php7.3-common \ php7.3-common \
php7.3-curl \ php7.3-curl \
@ -17,8 +17,8 @@ RUN chmod +x /usr/local/bin/entrypoint.sh && \
php7.3-json \ php7.3-json \
php7.3-ldap \ php7.3-ldap \
php7.3-pdo \ php7.3-pdo \
php7.3-pdo_sqlite \ # php7.3-pdo_sqlite \
php7.3-session \ # php7.3-session \
php7.3-xmlrpc && \ php7.3-xmlrpc && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
apt-get remove -y \ apt-get remove -y \