Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Joeri Hermans <[email protected]>
  • Loading branch information
JoeriHermans authored Sep 15, 2024
1 parent ad27d32 commit a63a429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY --from=kaniko /kaniko/docker-credential-acr-env /bin/docker-credential-acr-

RUN sudo apt update -y && \
sudo apt install -y zip jq git gettext-base wget curl && \
sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 && sudo chmod +x /usr/local/bin/yq && \
sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 && sudo chmod a+x /usr/local/bin/yq && \
curl -sSLf "$(curl -sSLf https://api.github.com/repos/tomwright/dasel/releases/latest | grep browser_download_url | grep linux_amd64 | grep -v .gz | cut -d\" -f 4)" -L -o dasel && chmod +x dasel && \
sudo mv ./dasel /usr/local/bin/dasel && \
sudo apt-get clean

0 comments on commit a63a429

Please sign in to comment.