File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ RUN rm -rf /var/cache/apk/* && \
46
46
odt2txt antiword lynx poppler-utils perl-email-address-xs \
47
47
perl-crypt-openssl-verify perl-xml-sig iwatch --update-cache && \
48
48
# perl-libapreq2 -- Apache2::Request - Here for completeness but we use nginx \
49
- rm -fr /var/cache/apk/APKINDEX.* && \
49
+ rm -fr /var/cache/apk/APKINDEX.* && \
50
50
touch /root/.bashrc && \
51
51
wget ${FOSWIKI_LATEST_URL} && \
52
52
echo "${FOSWIKI_LATEST_MD5} ${FOSWIKI_LATEST}.tgz" > ${FOSWIKI_LATEST}.tgz.md5 && \
@@ -67,8 +67,6 @@ RUN rm -rf /var/cache/apk/* && \
67
67
tools/configure -save -set {PubUrlPath}='/pub' && \
68
68
tools/configure -save -set {SafeEnvPath}='/bin:/usr/bin' && \
69
69
tools/configure -save -set {PermittedRedirectHostUrls}='http://docker-foswiki.local:8765,https://docker-foswiki.local:8443' && \
70
- tools/configure -save -set {XSendFileContrib}{Header}='X-Accel-Redirect' && \
71
- tools/configure -save -set {XSendFileContrib}{Location}='/files' && \
72
70
tools/extension_installer AttachContentPlugin -r -enable install && \
73
71
tools/extension_installer AutoRedirectPlugin -r -enable install && \
74
72
tools/extension_installer AutoTemplatePlugin -r -enable install && \
You can’t perform that action at this time.
0 commit comments