mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Merge 658b97f5b4 into c154d23cfe
This commit is contained in:
commit
a6e3bd2d9d
1 changed files with 7 additions and 0 deletions
|
|
@ -122,6 +122,13 @@ RUN set -eux; \
|
||||||
apk del .build-dependencies; \
|
apk del .build-dependencies; \
|
||||||
apk del .deps
|
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
|
# tidy
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
apk add --no-cache tidyhtml; \
|
apk add --no-cache tidyhtml; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue