Skip to content

Commit

Permalink
docker/kcidb: install logspec package
Browse files Browse the repository at this point in the history
Install `logspec` library from the git URL.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia authored and JenySadadia committed Nov 19, 2024
1 parent 00a34a4 commit 5373f62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/kcidb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ MAINTAINER "KernelCI TSC" <[email protected]>

# Install kcidb
RUN pip install git+https://github.com/kernelci/kcidb.git

# Install logspec
RUN pip install git+https://github.com/kernelci/logspec.git

0 comments on commit 5373f62

Please sign in to comment.