Normalize startup script name
This commit is contained in:
@@ -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
|
||||||
|
@@ -1 +1 @@
|
|||||||
/etc/s6-overlay/scripts/container-prep
|
/etc/s6-overlay/scripts/initializer
|
Reference in New Issue
Block a user