We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f6076 commit c895353Copy full SHA for c895353
Dockerfile
@@ -29,6 +29,7 @@ RUN pip3 install --no-cache-dir /install/scanoss-*-py3-none-any.whl
29
RUN pip3 install --no-cache-dir scanoss_winnowing
30
RUN pip3 install --no-cache-dir -r /install/requirements-dev.txt
31
RUN pip3 install --no-cache-dir scancode-toolkit-mini
32
+RUN pip3 install --no-cache-dir click==8.2.1 # Temporary workaround for scancode-toolkit-mini (https://github.com/aboutcode-org/scancode-toolkit/issues/4573)
33
34
# Download compile and install typecode-libmagic from source (as there is not ARM wheel available)
35
ADD https://github.com/nexB/typecode_libmagic_from_sources/archive/refs/tags/v5.39.210212.tar.gz /install/
0 commit comments