From 2e18bf79a4e8d024e77c555e9a3878c7218a12b8 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Wed, 24 Jan 2024 23:39:52 -0800 Subject: [PATCH] go: remove now uneeded busybox hack --- src/core/go/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/go/Dockerfile b/src/core/go/Dockerfile index c93bebe..85e7c84 100644 --- a/src/core/go/Dockerfile +++ b/src/core/go/Dockerfile @@ -23,10 +23,6 @@ COPY --from=gcc . / COPY --from=bash . / COPY --from=musl . / COPY --from=binutils . / -# Hack to work around busybox ar breaking the build -USER 0:0 -RUN rm /bin/ar -USER 1000:1000 FROM base as fetch RUN set -eux; \