From 85e3359831a680a55fc8516a947ab853c09e4d26 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Tue, 31 Oct 2023 13:50:59 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6ed8aabf..f7d4e311 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,8 @@ ARG TARGETARCH # Build the statically linked (CGO_ENABLED=0) binary. # Mount source, build cache, and module cache for performance reasons. # See https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/ +RUN ls -lash + RUN \ --mount=target=. \ --mount=type=cache,target=/cache/gocache \