We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a00de commit 5cca87cCopy full SHA for 5cca87c
Dockerfile
@@ -25,7 +25,7 @@ RUN set -x \
25
&& cd .. \
26
&& apt-get -y autoremove \
27
&& apt-get -y autoclean \
28
- && rm -rf build /usr/local/go /var/cache/apk/* \
+ && rm -rf build /usr/local/go /var/cache/apk/* root/.cache root/go/ \
29
&& /usr/local/bin/caddy list-modules
30
31
WORKDIR /opt/webroot/
0 commit comments