Skip to content

Commit

Permalink
feat: add gettext-base package (for envsubst)
Browse files Browse the repository at this point in the history
  • Loading branch information
micdes-pagopa committed Mar 5, 2024
1 parent 9d71719 commit d926ac7
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 jq ca-certificates curl wget apt-transport-https lsb-release gnupg git
RUN apt-get update && apt-get install -y curl zip unzip jq ca-certificates curl wget apt-transport-https lsb-release gnupg git gettext-base

# Create a folder
RUN mkdir actions-runner
Expand Down

0 comments on commit d926ac7

Please sign in to comment.