diff options
Diffstat (limited to 'build')
| -rw-r--r-- | build/docker/installation-package/installation-package.dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/docker/installation-package/installation-package.dockerfile b/build/docker/installation-package/installation-package.dockerfile index a7c59b538..b530460b1 100644 --- a/build/docker/installation-package/installation-package.dockerfile +++ b/build/docker/installation-package/installation-package.dockerfile @@ -2,8 +2,8 @@ FROM kubeedge/build-tools:latest as builder WORKDIR /work ADD . . RUN mkdir -p bin && \ - make WHAT=edgecore && cp _output/local/bin/edgecore bin/edgecore && \ - make WHAT=keadm && cp _output/local/bin/keadm bin/keadm + make WHAT=edgecore BUILD_WITH_CONTAINER=false && cp _output/local/bin/edgecore bin/edgecore && \ + make WHAT=keadm BUILD_WITH_CONTAINER=false && cp _output/local/bin/keadm bin/keadm FROM ubuntu:18.04 COPY --from=builder /work/_output/local/bin/edgecore /usr/local/bin/edgecore |
