mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-21 04:26:36 +00:00
Switch back to the nginx-light
stage
This commit is contained in:
parent
f9d1e00356
commit
e58c4bae99
@ -303,12 +303,14 @@ RUN --mount=type=cache,id=apt-lib-cache-${TARGETARCH},sharing=private,target=/va
|
||||
set -x && \
|
||||
apt-get update && \
|
||||
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
|
||||
apt-get -y autopurge && \
|
||||
apt-get -y autoclean && \
|
||||
rm -v -f /var/cache/debconf/*.dat-old
|
||||
|
||||
FROM tubesync-openresty AS tubesync
|
||||
FROM tubesync-nginx AS tubesync
|
||||
|
||||
ARG S6_VERSION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user