mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 01:39:30 +02:00
Install php7.4-sqlite in Docker image.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user