File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -12,23 +12,19 @@ ENV archive_url ${archive_url:-https://github.com/cachethq/Cachet/archive/${cach
1212ENV COMPOSER_VERSION 1.9.0
1313
1414RUN apk add --no-cache --update \
15- postgresql-client \
16- postgresql \
1715 mysql-client \
1816 php7 \
19- php7-redis \
2017 php7-apcu \
2118 php7-bcmath \
22- php7-dom \
2319 php7-ctype \
2420 php7-curl \
25- php7-fpm \
21+ php7-dom \
2622 php7-fileinfo \
23+ php7-fpm \
2724 php7-gd \
2825 php7-iconv \
2926 php7-intl \
3027 php7-json \
31- sqlite \
3228 php7-mbstring \
3329 php7-mcrypt \
3430 php7-mysqlnd \
@@ -40,15 +36,20 @@ RUN apk add --no-cache --update \
4036 php7-pdo_sqlite \
4137 php7-phar \
4238 php7-posix \
39+ php7-redis \
4340 php7-session \
44- php7-sqlite3 \
4541 php7-simplexml \
4642 php7-soap \
43+ php7-sqlite3 \
44+ php7-tokenizer \
4745 php7-xml \
4846 php7-xmlwriter \
4947 php7-zip \
5048 php7-zlib \
51- php7-tokenizer \
49+ postfix \
50+ postgresql \
51+ postgresql-client \
52+ sqlite \
5253 wget sqlite git curl bash grep \
5354 supervisor
5455
You can’t perform that action at this time.
0 commit comments