Skip to content

Commit

Permalink
fix(docker): setcap for vault package
Browse files Browse the repository at this point in the history
  • Loading branch information
FalcoSuessgott committed Nov 18, 2023
1 parent faff5fd commit 1e60aef
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
RUN apk add --no-cache vault libcap && setcap -r /usr/sbin/vault

ENTRYPOINT ["/usr/bin/vkv"]

0 comments on commit 1e60aef

Please sign in to comment.