We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971d0be commit 4645a79Copy full SHA for 4645a79
Dockerfile
@@ -83,7 +83,7 @@ ARG \
83
GO_ARM64=linux-arm64.tar.gz \
84
GO_ARM64_SHA256="b00b694903d126c588c378e72d3545549935d3982635ba3f7a964c9fa23fe3b9"
85
86
-RUN BC_VERSION="${BC_VERSION}$([ "${TARGETARCH}" = "arm64" ] && echo "+b1" || echo "")" \
+RUN BC_VERSION="${BC_VERSION}$([ "${TARGETARCH}" = "arm64" ] && echo "+b1" || echo "")" && \
87
apt-get update && \
88
apt-get install -y --no-install-recommends \
89
aggregate="${AGGREGATE_VERSION}" \
0 commit comments