Skip to content

Commit

Permalink
add debug tools to image (#7647)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipe-op authored Oct 12, 2023
1 parent 1ddba1d commit 7c06860
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proxyd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ RUN make proxyd

FROM alpine:3.18

RUN apk add bind-tools jq curl

COPY ./proxyd/entrypoint.sh /bin/entrypoint.sh

RUN apk update && \
Expand Down

0 comments on commit 7c06860

Please sign in to comment.