diff options
| author | 2020-05-25 19:06:23 +0200 | |
|---|---|---|
| committer | 2020-05-25 19:06:23 +0200 | |
| commit | 97881628ebbcd14ff3ab1b3679255531449bfd68 (patch) | |
| tree | 1882cd0f67b69cf35f46040b8465e80805b5e0f2 /Docker/Dockerfile-Alpine | |
| parent | 0d74cb8a4204cfaf6fd64e57b14b1ae7d23dbb84 (diff) | |
tec: Add a make lint command in the Makefile (#2996)
Diffstat (limited to 'Docker/Dockerfile-Alpine')
| -rw-r--r-- | Docker/Dockerfile-Alpine | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/Dockerfile-Alpine b/Docker/Dockerfile-Alpine index c538c48df..7288debdd 100644 --- a/Docker/Dockerfile-Alpine +++ b/Docker/Dockerfile-Alpine @@ -5,7 +5,7 @@ SHELL ["/bin/ash", "-eo", "pipefail", "-c"] RUN apk add --no-cache \ apache2 php7-apache2 \ php7 php7-curl php7-gmp php7-intl php7-mbstring php7-xml php7-zip \ - php7-ctype php7-dom php7-fileinfo php7-iconv php7-json php7-opcache php7-phar php7-session php7-simplexml php7-xmlreader php7-zlib \ + php7-ctype php7-dom php7-fileinfo php7-iconv php7-json php7-opcache php7-phar php7-session php7-simplexml php7-xmlreader php7-xmlwriter php7-tokenizer php7-zlib \ php7-pdo_sqlite php7-pdo_mysql php7-pdo_pgsql RUN mkdir -p /var/www/FreshRSS /run/apache2/ |
