Skip to content

Commit

Permalink
build: add tooling to debug image (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger authored Oct 11, 2024
1 parent ad4d9d8 commit 063797f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ FROM alpine:3.15

WORKDIR /app

RUN apk update && apk add vim netcat-openbsd net-tools curl

COPY --from=builder /app-target/release/rollup_explorer /bin/

ENTRYPOINT ["rollup_explorer"]

0 comments on commit 063797f

Please sign in to comment.