go: remove now uneeded busybox hack

This commit is contained in:
Lance Vick 2024-01-24 23:39:52 -08:00
parent 542da9ed5a
commit 2e18bf79a4
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 0 additions and 4 deletions

View File

@ -23,10 +23,6 @@ COPY --from=gcc . /
COPY --from=bash . / COPY --from=bash . /
COPY --from=musl . / COPY --from=musl . /
COPY --from=binutils . / 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 FROM base as fetch
RUN set -eux; \ RUN set -eux; \