mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Fix gitlab-qa image with mirror
This commit is contained in:
parent
929fb5266c
commit
a7f8f8edd4
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ FROM ruby:2.4
|
|||
|
||||
WORKDIR /home/qa
|
||||
|
||||
RUN wget -q https://get.docker.com/builds/Linux/x86_64/docker-1.12.1.tgz && \
|
||||
RUN wget -q https://npm.taobao.org/mirrors/moby/Linux/x86_64/docker-1.12.1.tgz && \
|
||||
tar -zxf docker-1.12.1.tgz && mv docker/docker /usr/local/bin/docker && \
|
||||
echo "0c6b9b39a87a82794f7165ce85860bacd7454171cd034f913b95e60f542716f0 /usr/local/bin/docker" | sha256sum -c - && \
|
||||
rm docker-1.12.1.tgz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue