Skip to content

Commit

Permalink
added missing bash binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ATGardner committed Jul 15, 2024
1 parent 81a1282 commit 2c6bdac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM alpine:3.20.1
COPY --from=prom/node-exporter:v1.8.1 /bin/node_exporter /usr/local/bin/
COPY --from=bitnami/kubectl:1.30.2 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/

RUN apk add --update bash coreutils

COPY bin ./bin
COPY monitor ./monitor
COPY dind-metrics ./dind-metrics
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.rootless
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM alpine:3.20.1
COPY --from=prom/node-exporter:v1.8.1 /bin/node_exporter /usr/local/bin/
COPY --from=bitnami/kubectl:1.30.2 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/

RUN apk add --update bash coreutils

WORKDIR /home/dind-volume-utils

COPY bin ./bin
Expand Down

0 comments on commit 2c6bdac

Please sign in to comment.