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

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !27
parents dcb23600 13d3d366
Branches
No related tags found
1 merge request!27Merging develop into main
Pipeline #619465 failed
......@@ -38,7 +38,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
*) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;;\
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 \
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