Skip to content

Commit 063797f

Browse files
build: add tooling to debug image (#167)
1 parent ad4d9d8 commit 063797f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ FROM alpine:3.15
1919

2020
WORKDIR /app
2121

22+
RUN apk update && apk add vim netcat-openbsd net-tools curl
23+
2224
COPY --from=builder /app-target/release/rollup_explorer /bin/
2325

2426
ENTRYPOINT ["rollup_explorer"]

0 commit comments

Comments
 (0)