Install php7.4-sqlite in Docker image.

This commit is contained in:
Daniel Kraus
2022-03-13 11:40:58 +01:00
parent de10da2e20
commit f6ebc8fc33

View File

@ -1,10 +1,10 @@
# This Dockerfile can be used to create a Docker image/container # This Dockerfile can be used to create a Docker image/container
# that runs the unit tests on the LinkTitles extension. # that runs the unit tests on the LinkTitles extension.
FROM mediawiki:1.35 FROM mediawiki:1.37
LABEL "MAINTAINER" Daniel Kraus (https://www.bovender.de) LABEL "MAINTAINER" Daniel Kraus (https://www.bovender.de)
RUN apt-get update -yqq && \ RUN apt-get update -yqq && \
apt-get install -yqq \ apt-get install -yqq \
php7.3-sqlite \ php7.4-sqlite \
sqlite3 \ sqlite3 \
unzip \ unzip \
zip zip