diff --git a/Dockerfile b/Dockerfile index de7885a..4aac2b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,8 @@ RUN cargo build --release # Use distroless FROM cgr.dev/chainguard/glibc-dynamic:latest +# COPY --from=busybox:1.35.0-uclibc /bin/sh /bin/sh + USER nonroot # Set these in the environment to override [use once we have env vars available] @@ -33,7 +35,7 @@ ENV API_USE_TLS="0" ENV COMPUTE_MINER_WHITELIST="/etc/compute_miner_whitelist.json" ENV RUST_LOG=info,debug -RUN echo "Node type is $NODE_TYPE" +# RUN echo "Node type is $NODE_TYPE" # Copy node bin COPY --from=builder /a-block/release/node ./node