There was an error while loading. Please reload this page.
1 parent 7c47bd4 commit 9125f37Copy full SHA for 9125f37
Dockerfile
@@ -12,12 +12,13 @@ FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS gorun
12
13
FROM gobuild AS build
14
15
-RUN apk add --no-cache clang lld musl-dev
+RUN apk add clang lld
16
+
17
# Set up cross-compilation helpers
18
COPY --from=xx / /
19
20
ARG TARGETPLATFORM
-RUN xx-apk add --no-scripts --no-cache gcc g++ musl-dev
21
+RUN xx-apk add musl-dev gcc g++
22
23
# Optionally set HUGO_BUILD_TAGS to "none" or "nodeploy" when building like so:
24
# docker build --build-arg HUGO_BUILD_TAGS=nodeploy .
0 commit comments