diff --git a/Dockerfile b/Dockerfile index 04dcb00..3f5beb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ ENV GIT_PROXY_COMMAND="oe-git-proxy" ENV NO_PROXY="*" COPY . /kas -RUN pip3 install /kas +RUN pip3 --proxy=$https_proxy install /kas ENV LANG=$LOCALE