Skip to content

Commit

Permalink
Dockerfile: Test kas installation by printing its version
Browse files Browse the repository at this point in the history
Same effect but less verbose and potentially confusing output.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
  • Loading branch information
jan-kiszka committed Aug 26, 2022
1 parent edfc307 commit 10aa308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -20,7 +20,7 @@ COPY . /kas
RUN chmod -R o-w /kas

RUN pip3 --proxy=$https_proxy install --no-deps kconfiglib && \
pip3 --proxy=$https_proxy install --no-deps /kas && kas --help
pip3 --proxy=$https_proxy install --no-deps /kas && kas --version

RUN ln -s /kas/contrib/oe-git-proxy /usr/bin/
ENV GIT_PROXY_COMMAND="oe-git-proxy" \
Expand Down

0 comments on commit 10aa308

Please sign in to comment.