🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-18 17:36:10 -04:00
parent 1b5a22395c
commit 9b7af11c98
7 changed files with 9952 additions and 65 deletions

View File

@@ -24,7 +24,7 @@ RUN set -ex; \
if [ "${ALPINE_VERSION}" = "edge" ]; then echo "http://dl-cdn.alpinelinux.org/alpine/${ALPINE_VERSION}/testing" >>"/etc/apk/repositories" ; fi ; \
apk update --update-cache && apk add \
bash iproute2 \
lighttpd lighttpd-mod_auth lighttpd-mod_webdav && \
spawn-fcgi lighttpd lighttpd-mod_auth lighttpd-mod_webdav && \
cp -Rf "/etc/lighttpd" "$DEFAULT_TEMPLATE_DIR/lighttpd"