Skip to content

Commit 95bb724

Browse files
committed
add php7 package
Otherwise there's no /usr/bin/php7 and nothing works
1 parent bfb4292 commit 95bb724

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ COPY . /usr/src/app
77

88
# Install PHP
99
RUN apk --update add \
10+
php7 \
1011
php7-common \
1112
php7-ctype \
1213
php7-dom \

0 commit comments

Comments
 (0)