Skip to content

Commit

Permalink
Add Python3 and GoLang to 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 22, 2024
1 parent a63a429 commit 35a76f5
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 @@ -9,7 +9,7 @@ COPY --from=kaniko /kaniko/docker-credential-ecr-login /bin/docker-credential-ec
COPY --from=kaniko /kaniko/docker-credential-acr-env /bin/docker-credential-acr-env

RUN sudo apt update -y && \
sudo apt install -y zip jq git gettext-base wget curl && \
sudo apt install -y zip jq git gettext-base wget curl python3 golang-go && \
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 && \
Expand Down

0 comments on commit 35a76f5

Please sign in to comment.