Skip to content

Commit acb541c

Browse files
committed
Update workaround for arm64
1 parent 42f5a48 commit acb541c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ WORKDIR /go/mx-chain-go/cmd/node
3030
# ===== SECOND STAGE ======
3131
FROM ubuntu:22.04
3232
ARG DEBIAN_FRONTEND=noninteractive
33-
RUN apt-get update && apt-get upgrade -y
33+
RUN apt-get update && apt-get --reinstall install libc-bin && apt-get upgrade -y
3434

3535
COPY --from=builder "/go/mx-chain-go/cmd/node" "/go/mx-chain-go/cmd/node/"
3636

0 commit comments

Comments
 (0)