Skip to content
Snippets Groups Projects
Commit 13d3d366 authored by jurgenhaas's avatar jurgenhaas
Browse files

gitlab-ci-cd/general#6 Add gettext package so that we can use envsubst

parent 6958a2ba
No related branches found
No related tags found
1 merge request!27Merging develop into main
...@@ -38,7 +38,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \ ...@@ -38,7 +38,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
*) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;;\ *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;;\
esac && \ esac && \
\ \
apk add --no-cache ca-certificates curl openssl && \ apk add --no-cache ca-certificates curl openssl gettext && \
\ \
if ! curl -fSL -o docker.tgz "https://download.docker.com/linux/static/${DOCKER_CHANNEL}/${dockerArch}/docker-${DOCKER_VERSION}.tgz"; then \ if ! curl -fSL -o docker.tgz "https://download.docker.com/linux/static/${DOCKER_CHANNEL}/${dockerArch}/docker-${DOCKER_VERSION}.tgz"; then \
echo >&2 "error: failed to download 'docker-${DOCKER_VERSION}' from '${DOCKER_CHANNEL}' for '${dockerArch}'"; \ echo >&2 "error: failed to download 'docker-${DOCKER_VERSION}' from '${DOCKER_CHANNEL}' for '${dockerArch}'"; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment