Skip to content

Commit

Permalink
install a prebuilt ruamel.yaml package
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed Oct 13, 2023
1 parent 76bcb77 commit bec46bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ kubeval:
SAVE ARTIFACT /app/bin/kubeval

helmtools:
FROM alpine:3.15
FROM alpine:3.18
RUN apk add \
bash \
curl \
docker-cli \
bat \
yamllint \
util-linux \
py3-pip
RUN pip3 install ruamel.yaml
py3-pip \
py3-ruamel.yaml
RUN wget -q https://dl.k8s.io/release/v1.20.2/bin/linux/amd64/kubectl -O /usr/local/bin/kubectl
RUN curl -sSL https://get.helm.sh/helm-v3.10.1-linux-amd64.tar.gz | tar xvzC /usr/local/bin --strip-components=1 linux-amd64/helm
RUN wget -q -O /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v4.7.1/yq_linux_amd64
Expand Down

0 comments on commit bec46bd

Please sign in to comment.