Skip to content

Instantly share code, notes, and snippets.

@purwandi
Created April 21, 2016 17:53
Show Gist options
  • Save purwandi/1ed9bad3ba4bc63c87c8d4c21f779e29 to your computer and use it in GitHub Desktop.
Save purwandi/1ed9bad3ba4bc63c87c8d4c21f779e29 to your computer and use it in GitHub Desktop.
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