mirror of
https://github.com/wallabag/docker.git
synced 2025-12-25 13:17:32 +01:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dd280bd5cf | |||
| e292a1c0c2 | |||
| 7cce137040 | |||
| ad326dcfe3 |
@ -2,7 +2,7 @@ FROM alpine:latest
|
|||||||
|
|
||||||
LABEL maintainer "Marvin Steadfast <marvin@xsteadfastx.org>"
|
LABEL maintainer "Marvin Steadfast <marvin@xsteadfastx.org>"
|
||||||
|
|
||||||
ARG WALLABAG_VERSION=2.3.5
|
ARG WALLABAG_VERSION=2.3.6
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk update \
|
&& apk update \
|
||||||
@ -39,6 +39,7 @@ RUN set -ex \
|
|||||||
php7-zlib \
|
php7-zlib \
|
||||||
php7-sockets \
|
php7-sockets \
|
||||||
php7-xmlreader \
|
php7-xmlreader \
|
||||||
|
php7-tidy \
|
||||||
py-mysqldb \
|
py-mysqldb \
|
||||||
py-psycopg2 \
|
py-psycopg2 \
|
||||||
py-simplejson \
|
py-simplejson \
|
||||||
|
|||||||
Reference in New Issue
Block a user