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 a38bfb4 commit 615701fCopy full SHA for 615701f
Docker/Dockerfile
@@ -17,6 +17,7 @@ RUN apt update -y && \
17
apt install -y libguestfs-tools && \
18
apt install -y zip && \
19
apt install -y openssl && \
20
+ apt install -y pkg-config && \
21
#apt install -y pff-tools && \
22
apt clean -y && \
23
rm -rf /var/cache/apt/* /var/lib/apt/lists/*
requirements.txt
@@ -56,7 +56,7 @@ kombu==5.5.4
56
libfwps-python==20240417
57
libfwsi-python==20240423
58
libpff-python==20231205
59
-libscca-python==20240427
+libscca-python==20250915
60
lxml==6.0.0
61
mailbox==0.4
62
markdown-it-py==3.0.0
0 commit comments