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 ad4d9d8 commit 063797fCopy full SHA for 063797f
Dockerfile
@@ -19,6 +19,8 @@ FROM alpine:3.15
19
20
WORKDIR /app
21
22
+RUN apk update && apk add vim netcat-openbsd net-tools curl
23
+
24
COPY --from=builder /app-target/release/rollup_explorer /bin/
25
26
ENTRYPOINT ["rollup_explorer"]
0 commit comments