mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Add pdo_sqlite installation to Docker image
This commit is contained in:
parent
ba496919dd
commit
658b97f5b4
1 changed files with 7 additions and 0 deletions
|
|
@ -122,6 +122,13 @@ RUN set -eux; \
|
|||
apk del .build-dependencies; \
|
||||
apk del .deps
|
||||
|
||||
# sqlite
|
||||
RUN set -eux; \
|
||||
apk add --no-cache sqlite-libs; \
|
||||
apk add --no-cache --virtual .deps sqlite-dev; \
|
||||
docker-php-ext-install pdo_sqlite; \
|
||||
apk del .deps
|
||||
|
||||
# tidy
|
||||
RUN set -eux; \
|
||||
apk add --no-cache tidyhtml; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue