We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f15338 + 46fd73d commit 4fbe9a7Copy full SHA for 4fbe9a7
1 file changed
Dockerfile
@@ -25,7 +25,7 @@ RUN echo "date.timezone = UTC" >> /usr/local/etc/php/conf.d/timezone.ini \
25
&& DEBIAN_FRONTEND=noninteractive \
26
apt-get update \
27
&& apt-get install -y --no-install-recommends \
28
- libzip4 \
+ libzip5 \
29
imagemagick \
30
ffmpeg \
31
&& rm -rf /var/lib/apt/lists/* \
0 commit comments