Add docker software to allow using dind enabled images

This commit is contained in:
Ian Baum 2018-10-12 10:23:32 +00:00 committed by Marin Jankovski
parent 90ff48b5f6
commit a0f6f84971
4 changed files with 37 additions and 0 deletions

View file

@ -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