File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
1818# https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html
1919RUN apt-get update \
2020 && apt-get install -y --no-install-recommends \
21+ build-essential \
2122 bzip2 \
2223 xz-utils \
2324 zlib1g \
@@ -28,6 +29,8 @@ RUN apt-get update \
2829 libgcrypt20 \
2930 libpopt0 \
3031 libzstd1 \
32+ libicu-dev \
33+ pkg-config \
3134 && apt-get clean \
3235 && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
3336
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ extractcode==31.0.0
2222extractcode-7z == 16.5.210531
2323extractcode-libarchive == 3.5.1.210531
2424fasteners == 0.19
25- fingerprints == 1.2.3
25+ fingerprints == 1.3.0
2626ftfy == 6.3.1
2727future == 1.0.0
2828gemfileparser2 == 0.9.4
@@ -40,7 +40,7 @@ license-expression==30.4.4
4040lxml == 5.4.0
4141MarkupSafe == 3.0.2
4242more-itertools == 10.7.0
43- normality == 2.6 .1
43+ normality == 3.0 .1
4444packageurl-python == 0.17.1
4545packaging == 25.0
4646packvers == 21.5
You can’t perform that action at this time.
0 commit comments