Commit b650fd5f authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix CI builds for docker 18.09+

parent 3c55ca9f
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ image: docker:stable
variables:
  DOCKER_HOST: "tcp://docker:2375/"
  DOCKER_DRIVER: "overlay2"
  DOCKER_TLS_CERTDIR: ""
  DOCKER_BUILDKIT: "1"

services: