mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-21 12:36: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 && \
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user