Skip to content

Commit

Permalink
fix(docker): install bash in container
Browse files Browse the repository at this point in the history
  • Loading branch information
FalcoSuessgott committed Nov 18, 2023
1 parent 1e60aef commit 4965426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ COPY vkv /usr/bin/vkv
EXPOSE 8080

# preinstall vault for VKV_LOGIN_COMMAND
RUN apk add --no-cache vault libcap && setcap -r /usr/sbin/vault
RUN apk add --no-cache bash vault libcap && setcap -r /usr/sbin/vault

ENTRYPOINT ["/usr/bin/vkv"]

0 comments on commit 4965426

Please sign in to comment.