Explicitly make continer-prep script executable

This commit is contained in:
2024-01-22 19:46:41 -06:00
parent b37f312049
commit 3364d32e23

View File

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