Skip to content

Commit 3c1a3a1

Browse files
committed
Add the required php modules
1 parent 740da7f commit 3c1a3a1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ RUN echo "@community https://nl.alpinelinux.org/alpine/edge/community" >> /etc/
1010
php7-phar@community \
1111
php7-mbstring@community \
1212
php7-ctype@community \
13+
php7-tokenizer@community \
1314
php7-dom@community \
15+
php7-xml@community \
1416
php7-session@community \
1517
&& rm -rf /var/cache/apk/* /tmp/*
1618

17-
RUN ln -s /etc/php7 /etc/php && \
18-
ln -s /usr/bin/php7 /usr/bin/php && \
19-
ln -s /usr/lib/php7 /usr/lib/php
20-
2119
WORKDIR /app
2220
EXPOSE 80
2321

0 commit comments

Comments
 (0)