Don't install nginx binaries

This commit is contained in:
tcely 2025-04-30 21:32:54 -04:00 committed by GitHub
parent a8d8e9d055
commit cfb4b4ca17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -290,7 +290,7 @@ RUN --mount=type=cache,id=apt-lib-cache-${TARGETARCH},sharing=private,target=/va
--mount=type=cache,id=apt-cache-cache,sharing=private,target=/var/cache/apt \
set -x && \
apt-get update && \
apt-get -y --no-install-recommends install nginx-light openresty && \
apt-get -y --no-install-recommends install nginx-common openresty && \
# Clean up
apt-get -y autopurge && \
apt-get -y autoclean && \