1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

4 Commits
2.3.5 ... 2.3.6

Author SHA1 Message Date
Jérémy Benoist
dd280bd5cf Merge pull request #142 from wallabag/release-2.3.6
2.3.6
2019-01-11 22:39:19 +01:00
Jérémy Benoist
e292a1c0c2 2.3.6 2019-01-11 22:09:49 +01:00
Jérémy Benoist
7cce137040 Merge pull request #137 from bencer/master
Add php7-tidy
2019-01-04 07:14:21 +01:00
Jorge Salamero Sanz
ad326dcfe3 Add php7-tidy 2018-12-15 16:31:59 +01:00

View File

@@ -2,7 +2,7 @@ FROM alpine:latest
LABEL maintainer "Marvin Steadfast <marvin@xsteadfastx.org>"
ARG WALLABAG_VERSION=2.3.5
ARG WALLABAG_VERSION=2.3.6
RUN set -ex \
&& apk update \
@@ -39,6 +39,7 @@ RUN set -ex \
php7-zlib \
php7-sockets \
php7-xmlreader \
php7-tidy \
py-mysqldb \
py-psycopg2 \
py-simplejson \