Skip to content

Commit

Permalink
Added bash to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Csuk committed Jun 2, 2022
1 parent c33e9c3 commit cd05fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN apk add \
wget \
curl \
jq \
bash \
libc6-compat # NOTE: required on alpine to run non-musl based binary, see https://stackoverflow.com/a/66974607
RUN wget https://github.com/max-bytes/omnikeeper-client-cli/releases/latest/download/okql -P /usr/local/bin
RUN chmod +x /usr/local/bin/okql

0 comments on commit cd05fbd

Please sign in to comment.