Skip to content
Snippets Groups Projects
Commit c9accaf4 authored by Pierre Guinoiseau's avatar Pierre Guinoiseau 💚
Browse files

feat(renovate): install gettext-base in the Renovate image

parent 04cb48c1
No related branches found
No related tags found
No related merge requests found
Pipeline #24766914 passed
ARG GL_COMMON_RENOVATE_JSONNET_TOOL_VERSION
ARG GL_COMMON_RENOVATE_YQ_VERSION
 
FROM docker.io/mikefarah/yq:${GL_COMMON_RENOVATE_YQ_VERSION} as yq
FROM docker.io/mikefarah/yq:${GL_COMMON_RENOVATE_YQ_VERSION} AS yq
FROM registry.gitlab.com/gitlab-com/gl-infra/jsonnet-tool:v${GL_COMMON_RENOVATE_JSONNET_TOOL_VERSION} AS jsonnet-tool
 
# This image is used by renovate
Loading
Loading
@@ -32,7 +32,7 @@ RUN apt-get upgrade -y
RUN apt-get install -yq \
jq curl bash build-essential libssl-dev zlib1g-dev \
libbz2-dev libreadline-dev libsqlite3-dev libyaml-dev wget unzip \
ca-certificates openssh-client lsb-release rsync
ca-certificates openssh-client lsb-release rsync gettext-base
 
RUN install-tool git "${GL_COMMON_RENOVATE_GIT_VERSION}"
RUN install-tool node "${GL_COMMON_RENOVATE_NODEJS_VERSION}"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment