Skip to content

Commit 5cca87c

Browse files
committed
Cleanup build artifacts
1 parent 74a00de commit 5cca87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN set -x \
2525
&& cd .. \
2626
&& apt-get -y autoremove \
2727
&& apt-get -y autoclean \
28-
&& rm -rf build /usr/local/go /var/cache/apk/* \
28+
&& rm -rf build /usr/local/go /var/cache/apk/* root/.cache root/go/ \
2929
&& /usr/local/bin/caddy list-modules
3030

3131
WORKDIR /opt/webroot/

0 commit comments

Comments
 (0)