Normalize startup script name

This commit is contained in:
2024-01-22 21:13:39 -06:00
parent 3364d32e23
commit bd7a4dd15a
3 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ RUN apk --no-cache add \
bash \ bash \
tzdata && \ tzdata && \
# Install S6-Overlay, enable execution of Wings # Install S6-Overlay, enable execution of Wings
chmod u+x /usr/bin/wings /etc/s6-overlay/scripts/container-prep && \ chmod u+x /usr/bin/wings /etc/s6-overlay/scripts/initializer && \
tar -C / -Jxpf /tmp/s6-overlay-x86_64.tar.xz && \ tar -C / -Jxpf /tmp/s6-overlay-x86_64.tar.xz && \
tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz && \ tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz && \
# Container cleanup # Container cleanup

View File

@@ -1 +1 @@
/etc/s6-overlay/scripts/container-prep /etc/s6-overlay/scripts/initializer