We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1385df + 7b348e4 commit 3fe40e5Copy full SHA for 3fe40e5
Dockerfile
@@ -117,7 +117,7 @@ COPY --link --from=compose /docker-compose /usr/libexec/docker/cli-plugins/docke
117
COPY --link . .
118
ENV DOCKER_BUILDKIT=1
119
ENV PATH=/go/src/github.com/docker/cli/build:$PATH
120
-CMD ./scripts/test/e2e/entry
+CMD ["./scripts/test/e2e/entry"]
121
122
FROM build-base-${BASE_VARIANT} AS dev
123
0 commit comments