Skip to content

Commit a99c797

Browse files
authored
Merge pull request #388 from Stunkymonkey/postfix
add postfix to support sendmail command
2 parents 4a30781 + faa4fc0 commit a99c797

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Dockerfile

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,19 @@ ENV archive_url ${archive_url:-https://github.com/cachethq/Cachet/archive/${cach
1212
ENV COMPOSER_VERSION 1.9.0
1313

1414
RUN 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

0 commit comments

Comments
 (0)