Skip to content

Commit

Permalink
Merge pull request #2 from simon-begin/fix-alpine-build
Browse files Browse the repository at this point in the history
Fix alpine builds
  • Loading branch information
fbouliane committed Jan 20, 2020
2 parents 60f4a50 + ff9490a commit 2a9f0a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions php7.2/alpine/intl-mcrypt-memcached-mongodb-redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM php:7.2.9-alpine@sha256:b7470c2adc0163b91a27d0fd1e107b5fb57bacc28c682acd2514e8289e8fa50b
FROM php:7.2.9-alpine3.7@sha256:2a5e38c14e669a1d2274bf1cba46c2926800e08c4bae34e4b1fa301f1bd449fd

RUN apk add --no-cache zlib-dev=1.2.11-r1 \
libmcrypt-dev=2.5.8-r7 \
icu-libs=60.2-r2 \
curl-dev=7.61.1-r2 \
icu-dev=59.1-r1 \
curl-dev=7.61.1-r3 \
libmemcached-dev=1.0.18-r2 \
gnupg=2.2.8-r0 \
fontconfig=2.12.6-r1 \
gnupg=2.2.3-r1 \
fontconfig=2.12.6-r0 \
autoconf=2.69-r2 \
$PHPIZE_DEPS

Expand Down
8 changes: 4 additions & 4 deletions php7.2/alpine/mcrypt-memcached-mongodb-redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM php:7.2.9-alpine@sha256:b7470c2adc0163b91a27d0fd1e107b5fb57bacc28c682acd2514e8289e8fa50b
FROM php:7.2.9-alpine3.7@sha256:2a5e38c14e669a1d2274bf1cba46c2926800e08c4bae34e4b1fa301f1bd449fd

RUN apk add --no-cache zlib-dev=1.2.11-r1 \
libmcrypt-dev=2.5.8-r7 \
curl-dev=7.61.1-r2 \
curl-dev=7.61.1-r3 \
libmemcached-dev=1.0.18-r2 \
gnupg=2.2.8-r0 \
fontconfig=2.12.6-r1 \
gnupg=2.2.3-r1 \
fontconfig=2.12.6-r0 \
autoconf=2.69-r2 \
$PHPIZE_DEPS

Expand Down

0 comments on commit 2a9f0a5

Please sign in to comment.