We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cf640 commit c8d7cecCopy full SHA for c8d7cec
test/integration/runner/Dockerfile
@@ -5,14 +5,6 @@ ENV DOCKER_VERSION 1.12.0
5
ENV DOCKER_SHA256 3dd07f65ea4a7b4c8829f311ab0213bca9ac551b5b24706f3e79a97e22097f8b
6
7
RUN apt-get update -y && apt-get install -y build-essential git curl
8
-RUN set -x \
9
- && curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz \
10
- && echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - \
11
- && tar -xzvf docker.tgz \
12
- && mv docker/* /usr/local/bin/ \
13
- && rmdir docker \
14
- && rm docker.tgz \
15
- && docker -v
16
17
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - && apt-get install -y nodejs python-software-properties python
18
0 commit comments