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 \
33
33
shadow \
34
34
tar \
35
35
tzdata \
36
- && rm -rf /tmp/* /var/cache/apk/* /var/ www/*
36
+ && rm -rf /tmp/* /var/www/*
37
37
38
38
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS="2" \
39
39
TZ="UTC" \
@@ -50,7 +50,7 @@ RUN apk --update --no-cache add -t build-dependencies \
50
50
&& echo "$DOKUWIKI_MD5 /tmp/dokuwiki-$DOKUWIKI_VERSION.tgz" | md5sum -c - | grep OK \
51
51
&& tar -xzf "dokuwiki-$DOKUWIKI_VERSION.tgz" --strip 1 -C /var/www \
52
52
&& apk del build-dependencies \
53
- && rm -rf /root/.gnupg /tmp/* /var/cache/apk/*
53
+ && rm -rf /root/.gnupg /tmp/*
54
54
55
55
COPY rootfs /
56
56
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.5"
2
2
3
3
services :
4
4
traefik :
5
- image : traefik:2.3
5
+ image : traefik:2.5
6
6
container_name : traefik
7
7
command :
8
8
- " --global.checknewversion=false"
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/with-contenv sh
2
+ # shellcheck shell=sh
2
3
3
4
runas_user () {
4
5
yasu dokuwiki:dokuwiki " $@ "
You can’t perform that action at this time.
0 commit comments