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; \