Created
April 21, 2016 17:53
-
-
Save purwandi/1ed9bad3ba4bc63c87c8d4c21f779e29 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM gliderlabs/alpine:3.3 | |
RUN apk update \ | |
&& apk add bash less vim nginx ca-certificates \ | |
php-fpm php-json php-zlib php-xml php-pdo php-phar php-openssl \ | |
php-pdo_mysql php-mysqli \ | |
php-gd php-iconv php-mcrypt \ | |
php-mysql php-curl php-opcache php-ctype php-apcu \ | |
php-intl php-bcmath php-dom php-xmlreader mysql-client && apk add -u musl | |
EXPOSE 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment