Disassembler 9417ad24a2
Revert "Move alpine3.8-php5.6 used by EcoGIS to graveyard"
This reverts commit 7331ab6d96f18565a99a7fbff12cd1a7fe14cecd.
2020-04-11 19:25:45 +02:00

10 lines
233 B
Plaintext

IMAGE alpine3.8-php5.6_5.6.40-200403
FROM alpine3.8_3.8.5-200403
RUN EOF
apk --no-cache add nginx php5 php5-ctype php5-fpm php5-gd php5-json php5-mcrypt php5-opcache
ln -s /usr/bin/php5 /usr/bin/php
EOF
CMD /usr/bin/php -a