Switch back to the nginx-light stage

This commit is contained in:
tcely 2025-04-30 22:13:45 -04:00 committed by GitHub
parent f9d1e00356
commit e58c4bae99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -303,12 +303,14 @@ RUN --mount=type=cache,id=apt-lib-cache-${TARGETARCH},sharing=private,target=/va
set -x && \ set -x && \
apt-get update && \ apt-get update && \
apt-get -y --no-install-recommends install nginx-light && \ apt-get -y --no-install-recommends install nginx-light && \
# openresty binary should still work
ln -v -s -T ../sbin/nginx /usr/bin/openresty && \
# Clean up # Clean up
apt-get -y autopurge && \ apt-get -y autopurge && \
apt-get -y autoclean && \ apt-get -y autoclean && \
rm -v -f /var/cache/debconf/*.dat-old rm -v -f /var/cache/debconf/*.dat-old
FROM tubesync-openresty AS tubesync FROM tubesync-nginx AS tubesync
ARG S6_VERSION ARG S6_VERSION