Skip to content

Commit

Permalink
fix: install missing jq binary
Browse files Browse the repository at this point in the history
  • Loading branch information
micdes-pagopa committed Nov 30, 2022
1 parent c4c5073 commit 4e4e7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:22.04@sha256:a8fe6fd30333dc60fc5306982a7c51385c2091af1e0ee887166b40a

ARG KUBECTL_VERSION=1.22.15

RUN apt-get update && apt-get install -y curl zip unzip ca-certificates curl wget apt-transport-https lsb-release gnupg
RUN apt-get update && apt-get install -y curl zip unzip jq ca-certificates curl wget apt-transport-https lsb-release gnupg

# Create a folder
RUN mkdir actions-runner
Expand Down

0 comments on commit 4e4e7ff

Please sign in to comment.