Add GitLab QA base image

This commit is contained in:
Grzegorz Bizon 2017-02-20 09:28:40 +01:00
parent 556e02569f
commit 239954ade2
2 changed files with 9 additions and 0 deletions

7
Dockerfile.gitlab-qa Normal file
View file

@ -0,0 +1,7 @@
FROM ruby:2.3
WORKDIR /home/qa
RUN wget -q https://get.docker.com/builds/Linux/x86_64/docker-1.12.1.tgz && \
tar -zxf docker-1.12.1.tgz && mv docker/docker /usr/local/bin/docker && \
rm docker-1.12.1.tgz