Skip to content

Commit

Permalink
chore: Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
balajisa09 authored Aug 20, 2024
1 parent 8487ee2 commit 75b2a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY . .
# Build the Go application
RUN go build -o vault-backup-validator . && \
apt-get update && \
apt-get install -y --no-install-recommends unzip jq && \
apt-get install -y unzip jq && \
rm -rf /var/lib/apt/lists/*

#Download and install Vault
Expand All @@ -25,4 +25,4 @@ ADD https://releases.hashicorp.com/vault/1.14.0/vault_1.14.0_linux_amd64.zip /us
EXPOSE 8080

# Start the application as root
CMD ["/app/vault-backup-validator"]
CMD ["/app/vault-backup-validator"]

0 comments on commit 75b2a29

Please sign in to comment.