From 0a2f6e4e7a89d715161ea403c05cb4f4871ec4e8 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Tue, 31 Oct 2023 13:56:11 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f7d4e311..92d3bf54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ ARG TARGETARCH # 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 pwd RUN \ --mount=target=. \