Skip to content

Commit 9adf2cc

Browse files
committed
update
1 parent f9d15c1 commit 9adf2cc

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

7.0/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ ENV BUILD_DEPS \
2929
imagemagick-dev
3030

3131
ENV RUNTIME_DEPS \
32+
libcurl \
3233
libzip \
3334
libedit \
3435
libpq \

7.1/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ ENV BUILD_DEPS \
2929
imagemagick-dev
3030

3131
ENV RUNTIME_DEPS \
32+
libcurl \
3233
libzip \
3334
libedit \
3435
libpq \

7.2/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ ENV BUILD_DEPS \
2727
imagemagick-dev
2828

2929
ENV RUNTIME_DEPS \
30+
libcurl \
3031
libxml2 \
3132
libwebp \
3233
libjpeg-turbo \
@@ -37,6 +38,7 @@ ENV RUNTIME_DEPS \
3738
libedit \
3839
libzip \
3940
libpq \
41+
gmp \
4042
imagemagick-libs \
4143
libmemcached \
4244
icu-libs

0 commit comments

Comments
 (0)