Skip to content

Commit

Permalink
Add libguestfs-tools to the system packages list #132
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Jun 1, 2021
1 parent aeb018c commit ec97e10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
# ScanCode.io is a free software code scanning tool from nexB Inc. and others.
# Visit https://github.com/nexB/scancode.io for support and download.


FROM python:3.9

# Force unbuffered stdout and stderr (e.g. they are flushed to terminal immediately)
Expand All @@ -41,6 +40,7 @@ RUN apt-get update \
libzstd1 \
libgpgme11 \
libdevmapper1.02.1 \
libguestfs-tools \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In addition to the above pre-installation checklist, there might be some OS-spec
sudo apt-get install \
build-essential python3-dev libssl-dev libpq-dev \
bzip2 xz-utils zlib1g libxml2-dev libxslt1-dev libpopt0 \
libgpgme11 libdevmapper1.02.1
libgpgme11 libdevmapper1.02.1 libguestfs-tools

See also `ScanCode-toolkit Prerequisites <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#prerequisites>`_ for more details.

Expand Down
2 changes: 1 addition & 1 deletion etc/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ container_inspector==21.5.25

# ScanCode-toolkit
scancode-toolkit[packages]==21.3.31
extractcode==21.6.1
extractcode[full]==21.6.1
commoncode==21.5.25

# FetchCode
Expand Down

0 comments on commit ec97e10

Please sign in to comment.