Skip to content

Commit 6455e3d

Browse files
committed
ci: Update Dockerfile to use libzip5
1 parent 9496b22 commit 6455e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RUN set -eux; \
8080
libjpeg62-turbo \
8181
libwebp7 \
8282
libpng16-16 \
83-
libzip4; \
83+
libzip5; \
8484
rm -rf /var/lib/apt/lists/*
8585

8686
COPY --chown=www-data:www-data --from=api /api /var/www/html

0 commit comments

Comments
 (0)