Skip to content

Commit 8e2ed3a

Browse files
committed
install missing Mail dependency
1 parent 114cbab commit 8e2ed3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/http_server.dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ RUN pear config-set php_ini "$PHP_INI_DIR/php.ini" \
2828
&& pecl install apcu-5.1.23 \
2929
&& docker-php-ext-enable apcu
3030

31+
# Install pear extensions
32+
RUN pear install -a Mail
33+
3134
# Run minute and hour cron when this service starts up to generate server and level list files
3235
ENTRYPOINT []
3336
CMD [ "/http_server_startup.sh" ]

0 commit comments

Comments
 (0)