diff --git a/Dockerfile b/Dockerfile index 33a9ac6..827d3e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,6 @@ ENV GIT_PROXY_COMMAND="oe-git-proxy" \ NO_PROXY="*" COPY . /kas -RUN pip3 --proxy=$https_proxy install /kas +RUN pip3 --proxy=$https_proxy install --no-deps /kas && kas --help ENTRYPOINT ["/kas/container-entrypoint"]