Skip to content

Commit c895353

Browse files
committed
[SP-2874] chore: fix click version as workaround for scancode-toolkit-mini
1 parent 62f6076 commit c895353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN pip3 install --no-cache-dir /install/scanoss-*-py3-none-any.whl
2929
RUN pip3 install --no-cache-dir scanoss_winnowing
3030
RUN pip3 install --no-cache-dir -r /install/requirements-dev.txt
3131
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)
3233

3334
# Download compile and install typecode-libmagic from source (as there is not ARM wheel available)
3435
ADD https://github.com/nexB/typecode_libmagic_from_sources/archive/refs/tags/v5.39.210212.tar.gz /install/

0 commit comments

Comments
 (0)