Skip to content

Commit 4645a79

Browse files
authored
Update Dockerfile
1 parent 971d0be commit 4645a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ARG \
8383
GO_ARM64=linux-arm64.tar.gz \
8484
GO_ARM64_SHA256="b00b694903d126c588c378e72d3545549935d3982635ba3f7a964c9fa23fe3b9"
8585

86-
RUN BC_VERSION="${BC_VERSION}$([ "${TARGETARCH}" = "arm64" ] && echo "+b1" || echo "")" \
86+
RUN BC_VERSION="${BC_VERSION}$([ "${TARGETARCH}" = "arm64" ] && echo "+b1" || echo "")" && \
8787
apt-get update && \
8888
apt-get install -y --no-install-recommends \
8989
aggregate="${AGGREGATE_VERSION}" \

0 commit comments

Comments
 (0)