Skip to content

Commit

Permalink
version of alpine updated
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilFreelancer committed Feb 3, 2020
1 parent 565d8c9 commit 5605e0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions normal/Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11

# Install basics first
RUN apk add --update --no-cache \
Expand All @@ -9,7 +9,6 @@ RUN apk add --update --no-cache \
php7-iconv \
php7-openssl \
php7-ftp \
php7-xdebug \
php7-mcrypt \
php7-mbstring \
php7-soap \
Expand Down Expand Up @@ -39,7 +38,8 @@ RUN apk add --update --no-cache \
php7-redis \
php7-exif \
php7-simplexml \
php7-fileinfo
php7-fileinfo \
php7-pecl-imagick

# Install composer
RUN curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer
Expand Down
6 changes: 3 additions & 3 deletions xdebug/Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11

# Install basics first
RUN apk add --update --no-cache \
Expand All @@ -9,7 +9,6 @@ RUN apk add --update --no-cache \
php7-iconv \
php7-openssl \
php7-ftp \
php7-xdebug \
php7-mcrypt \
php7-mbstring \
php7-soap \
Expand Down Expand Up @@ -40,7 +39,8 @@ RUN apk add --update --no-cache \
php7-exif \
php7-simplexml \
php7-fileinfo \
php7-pecl-xdebug
php7-pecl-xdebug \
php7-pecl-imagick

# Install composer
RUN curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer
Expand Down

0 comments on commit 5605e0f

Please sign in to comment.