Explicitly make continer-prep script executable
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user