Skip to content
This repository was archived by the owner on Jan 11, 2025. It is now read-only.

Commit 55a5f7d

Browse files
Automated updates
1 parent bad333e commit 55a5f7d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nginx/1.21.1/amazonlinux/2.0.20210721.2/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ ARG PKG_DEPS="\
286286
lua${VER_LUA}-devel \
287287
openssl-devel \
288288
pcre-devel \
289+
unzip \
289290
zlib-devel \
290291
"
291292
ENV PKG_DEPS=$PKG_DEPS

nginx/1.21.1/debian/11.0/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ ARG PKG_DEPS="\
287287
libssl-dev \
288288
lua${VER_LUA} \
289289
lua${VER_LUA}-dev \
290+
unzip \
290291
zlib1g-dev \
291292
"
292293
ENV PKG_DEPS=$PKG_DEPS

0 commit comments

Comments
 (0)