From 850de76b58c3519ac4be35d619248923471f4e51 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 19 Nov 2021 20:51:32 +0100 Subject: [PATCH] Cleanup --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index acb84de..5622fc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,8 +20,6 @@ RUN \ https://github.com/codenotary/cas \ && cd cas \ && make cas \ - && ls -ls \ - && rm -rf /root/go /root/.cache \ && mv cas /usr/bin/cas \ && if [ "${BUILD_ARCH}" = "armhf" ] || [ "${BUILD_ARCH}" = "armv7" ]; then \ wget -q -O /usr/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_arm"; \ @@ -37,6 +35,7 @@ RUN \ && chmod +x /usr/bin/yq \ \ && apk del .build-dependencies \ + && rm -rf /root/go /root/.cache \ && rm -rf /usr/src/cas COPY builder.sh /usr/bin/