We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8233e8 commit 456ced8Copy full SHA for 456ced8
2 files changed
core/php7.4Action/Dockerfile
@@ -53,6 +53,7 @@ RUN \
53
libxml2-dev \
54
libzip-dev \
55
postgresql-server-dev-11 \
56
+ zip \
57
unzip \
58
zlib1g-dev \
59
# Cleanup apt data, we do not need them later on.
core/php8.0Action/Dockerfile
@@ -50,7 +50,7 @@ RUN apt-get -y update \
50
libxml2 \
51
libzip4 \
52
libpq5 \
- \
libfreetype6-dev \
libicu-dev \
libjpeg-dev \
0 commit comments