diff --git a/Dockerfile b/Dockerfile index 02e28e5a5..e9c5ad487 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apk add --no-cache $PACKAGES && \ FROM alpine:3.16.0 # Install dependencies -RUN apk add --update ca-certificates tini bash +RUN apk add --update ca-certificates tini bash gcc ARG USER=bnbchain ARG USER_UID=1000