mirror of
https://github.com/luzifer-docker/alpine-nginx-php.git
synced 2024-11-09 09:50:01 +00:00
Base on own base-alpine
This commit is contained in:
parent
93a3ca2c1f
commit
06cec209e7
1 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,4 @@
|
|||
FROM sillelien/base-alpine:0.10
|
||||
|
||||
MAINTAINER Michael Dimmock <https://github.com/michaeldim>
|
||||
FROM luzifer/base-alpine:3.3-1.17.2.0
|
||||
|
||||
# Install packages
|
||||
RUN apk-install nginx \
|
||||
|
@ -15,11 +13,10 @@ RUN apk-install nginx \
|
|||
php-json \
|
||||
php-mcrypt \
|
||||
php-mysql \
|
||||
php-mysqli \
|
||||
php-pdo_mysql \
|
||||
php-phar \
|
||||
php-openssl && \
|
||||
curl -sS https://getcomposer.org/installer | php && \
|
||||
mv composer.phar /usr/local/bin/composer && \
|
||||
rm -Rf /var/www/*
|
||||
|
||||
# Copy configuration files to root
|
||||
|
|
Loading…
Reference in a new issue