Skip to content

Commit

Permalink
build/nats-auth-ci:v2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamna committed Aug 10, 2024
1 parent 12b00cd commit f334b14
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion nats-auth-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@ RUN apk add --no-cache \
gnupg \
sops \
yq \
nats-server
nats-server \
unzip

RUN wget https://releases.hashicorp.com/vault/1.17.3/vault_1.17.3_linux_amd64.zip
RUN unzip vault_1.17.3_linux_amd64.zip

RUN mv vault /usr/local/bin/
RUN setcap -r /usr/local/bin/vault

RUN addgroup -S appgroup && adduser -S appuser -G appgroup
USER appuser
WORKDIR /dir
Expand Down

0 comments on commit f334b14

Please sign in to comment.