Skip to content

Commit 115caa7

Browse files
committed
add nginx-light to baseimage
used by enough images
1 parent ccd241d commit 115caa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.base

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ RUN \
5252
# used by enough images to warrant installing it in the baseimage
5353
KEPT_PACKAGES+=(python3) && \
5454
KEPT_PACKAGES+=(python3-pkg-resources) && \
55+
KEPT_PACKAGES+=(nginx-light) && \
5556
# install packages
5657
## Builder fixes...
5758
mkdir -p /usr/sbin/ && \

0 commit comments

Comments
 (0)