Skip to content

Commit

Permalink
Install SQLite on the OpenConext phpfpm container
Browse files Browse the repository at this point in the history
  • Loading branch information
MKodde committed Mar 3, 2022
1 parent 1e18f6f commit f6551f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/php-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:7.2-fpm-alpine AS fpmprod
RUN apk add --no-cache libxml2-dev freetype-dev && \
docker-php-ext-install soap gd pdo_mysql opcache
RUN apk add --no-cache libxml2-dev freetype-dev sqlite && \
docker-php-ext-install soap gd pdo_mysql opcache

COPY ./conf/zz-docker.conf /usr/local/etc/php-fpm.d
COPY ./conf/10-docker-opcache-openconext.conf /usr/local/etc/php/conf.d/
Expand Down

0 comments on commit f6551f5

Please sign in to comment.