Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspizzas committed Aug 8, 2024
1 parent 60e2272 commit 265b67f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ LABEL maintainer="[email protected]"
ENV SOPS_VERSION=v3.9.0
ENV SPRUCE_VERSION=1.27.0

RUN apk --no-cache add bash
RUN apk --no-cache add --update curl wget ca-certificates
RUN apk --no-cache add jq yq age gnupg
RUN apk --no-cache add bash jq yq age gnupg

RUN curl -LO "https://github.com/getsops/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux.amd64" \
&& mv sops-${SOPS_VERSION}.linux.amd64 /usr/local/bin/sops \
&& chmod +x /usr/local/bin/sops
&& mv sops-${SOPS_VERSION}.linux.amd64 /usr/local/bin/sops \
&& chmod +x /usr/local/bin/sops

RUN wget https://github.com/geofffranks/spruce/releases/download/v${SPRUCE_VERSION}/spruce-linux-amd64 \
&& chmod a+x spruce-linux-amd64 \
Expand Down

0 comments on commit 265b67f

Please sign in to comment.