mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
add set -ex
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
ca9b0cccf3
commit
234590f8ee
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
FROM alpine:3.17.3
|
FROM alpine:3.17.3
|
||||||
RUN apk add --no-cache bash lighttpd netcat-openbsd; \
|
RUN set -ex; \
|
||||||
|
apk add --no-cache bash lighttpd netcat-openbsd; \
|
||||||
adduser -S www-data -G www-data; \
|
adduser -S www-data -G www-data; \
|
||||||
rm -rf /etc/lighttpd/lighttpd.conf; \
|
rm -rf /etc/lighttpd/lighttpd.conf; \
|
||||||
chmod +r -R /etc/lighttpd && \
|
chmod +r -R /etc/lighttpd && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue