Skip to content

Commit 56c92c7

Browse files
Merge pull request #4 from monkey-company/testing
Update core
2 parents e26af93 + 2a866c0 commit 56c92c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND="noninteractive" \
99
EMAIL="admin@localhost" \
1010
SHFILE="/etc/apache2/file.sh" \
1111
PAGESPEED="true" \
12-
LIBMOD="re2c" \
12+
LIBMOD="re2c,bsdiff" \
1313
APAMOD="cache,rewrite,ssl,headers" \
1414
APDMOD="autoindex" \
1515
PHPMOD="bcmath,bz2,intl,gd,mbstring,mysql,zip" \

entrypoint-custom

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ if [ "$1" = 'run' ]
66
then
77

88
#sh /scripts/init.sh
9+
apt-get update
910

1011
#google pagespeed option
1112
if [ "$PAGESPEED" = "true" ]

0 commit comments

Comments
 (0)