Skip to content

Commit 4ad0790

Browse files
committed
Disable checksum verification for docker bin
1 parent bb73713 commit 4ad0790

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ ADD gitlab-CA.crt /usr/local/share/ca-certificates/
3131
RUN update-ca-certificates
3232

3333
# Install docker-cli
34-
# See https://github.com/docker-library/docker/blob/bb15fc25bbd4f51a880cf02f91eab447b1083b75/1.8/Dockerfile
34+
# See https://github.com/docker/docker/releases
3535
ENV DOCKER_BUCKET get.docker.com
36-
ENV DOCKER_SHA256 97a3f5924b0b831a310efa8bf0a4c91956cd6387c4a8667d27e2b2dd3da67e4d
3736
RUN curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION" -o /usr/local/bin/docker && \
38-
echo "${DOCKER_SHA256} /usr/local/bin/docker" | sha256sum -c - && \
3937
chmod +x /usr/local/bin/docker
4038

4139
# Install ruby and sass

0 commit comments

Comments
 (0)