Skip to content

Commit

Permalink
fix yq
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafonseca committed Oct 6, 2023
1 parent 07aed6f commit fe18038
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ ARG PY3_PIP_VERSION=23.1.2-r0
ARG ZIP_VERSION=3.0-r12
ARG OPENSSH_VERSION=9.3_p2-r0
ARG KUSTOMIZE_VERSION=5.0.2-r2
ARG YQ_VERSION=4.3.3-r3


ARG VAULT_VERSION=1.13.5
Expand All @@ -40,10 +39,9 @@ RUN apk update && \
postgresql15-client=${PSQL_VERSION} \
mysql-client=${MYSQL_VERSION} \
openssh=${OPENSSH_VERSION} \
kustomize=${KUSTOMIZE_VERSION} \
yq=${YQ_VERSION}
kustomize=${KUSTOMIZE_VERSION}

RUN apk add --no-cache helm aws-cli --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
RUN apk add --no-cache helm aws-cli yq --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
RUN apk add --no-cache opa flux --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing

# Vault
Expand Down

0 comments on commit fe18038

Please sign in to comment.