mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add docker software to allow using dind enabled images
This commit is contained in:
parent
90ff48b5f6
commit
a0f6f84971
4 changed files with 37 additions and 0 deletions
|
|
@ -53,6 +53,10 @@ ARG GRAPHISMAGICK_DOWNLOAD_URL=http://ftp.icm.edu.pl/pub/unix/graphics/GraphicsM
|
|||
ARG GRAPHISMAGICK_DOWNLOAD_SHA256
|
||||
RUN if [ -n "$GRAPHISMAGICK_VERSION" ]; then /scripts/install-graphicsmagick && gm version; fi
|
||||
|
||||
# Docker
|
||||
ARG DOCKER_VERSION
|
||||
RUN if [ -n "$DOCKER_VERSION" ]; then /scripts/install-docker $DOCKER_VERSION; fi
|
||||
|
||||
RUN locale-gen en_US.UTF-8
|
||||
ENV LANG en_US.UTF-8
|
||||
ENV LANGUAGE en_US:en
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue