Skip to content

Commit

Permalink
Add some tools to container
Browse files Browse the repository at this point in the history
  • Loading branch information
hifi committed Aug 5, 2024
1 parent 5ad1e95 commit e9a030a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dummybridge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ RUN go build -o /usr/bin/dummybridge ./cmd/dummybridge

FROM alpine:3.20

RUN apk add --no-cache ca-certificates olm
RUN apk add --no-cache ca-certificates olm su-exec bash jq yq curl
COPY --from=builder /usr/bin/dummybridge /usr/bin/dummybridge
CMD ["/usr/bin/dummybridge"]

0 comments on commit e9a030a

Please sign in to comment.