We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a7a47 commit 5e523b4Copy full SHA for 5e523b4
docker/Dockerfile.e2hs-writer
@@ -22,9 +22,9 @@ RUN cargo build --release --locked -p e2hs-writer
22
FROM ubuntu AS runtime
23
WORKDIR /app
24
25
+RUN apt-get update && apt-get install -y ca-certificates
26
+
27
# copy build artifacts from build stage
28
COPY --from=builder /app/target/release/e2hs-writer /usr/bin/
29
-ENV RUST_LOG=debug
-
30
ENTRYPOINT ["/usr/bin/e2hs-writer"]
0 commit comments