File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN apk --update --no-cache add \
3333 shadow \
3434 tar \
3535 tzdata \
36- && rm -rf /tmp/* /var/cache/apk/* /var/ www/*
36+ && rm -rf /tmp/* /var/www/*
3737
3838ENV S6_BEHAVIOUR_IF_STAGE2_FAILS="2" \
3939 TZ="UTC" \
@@ -50,7 +50,7 @@ RUN apk --update --no-cache add -t build-dependencies \
5050 && echo "$DOKUWIKI_MD5 /tmp/dokuwiki-$DOKUWIKI_VERSION.tgz" | md5sum -c - | grep OK \
5151 && tar -xzf "dokuwiki-$DOKUWIKI_VERSION.tgz" --strip 1 -C /var/www \
5252 && apk del build-dependencies \
53- && rm -rf /root/.gnupg /tmp/* /var/cache/apk/*
53+ && rm -rf /root/.gnupg /tmp/*
5454
5555COPY rootfs /
5656
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.5"
22
33services :
44 traefik :
5- image : traefik:2.3
5+ image : traefik:2.5
66 container_name : traefik
77 command :
88 - " --global.checknewversion=false"
Original file line number Diff line number Diff line change 11#! /usr/bin/with-contenv sh
2+ # shellcheck shell=sh
23
34runas_user () {
45 yasu dokuwiki:dokuwiki " $@ "
You can’t perform that action at this time.
0 commit comments