install php-sqlite

This commit is contained in:
Christopher 2020-02-05 23:11:45 +01:00
parent 53cf42ef61
commit 3223d8c50c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM debian:buster
MAINTAINER Christopher <christopher@chris-latza.de>
RUN apt-get update && apt-get install -y --fix-missing apache2 php php-cli php-ldap php-mysql php-imap php-xml php-mbstring php-intl php-apcu php-gd && apt-get autoremove -y && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y --fix-missing apache2 php php-cli php-ldap php-mysql php-imap php-xml php-mbstring php-intl php-apcu php-gd php-sqlite && apt-get autoremove -y && rm -rf /var/lib/apt/lists/*
RUN a2enmod rewrite
RUN rm -r -f /var/www/html/*