Patch Python-level vulnerabilities

This commit is contained in:
andreicscs
2026-04-04 23:03:31 +02:00
parent a30cdd4a07
commit a2b7ce9032
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -21,6 +21,8 @@ RUN apt-get update && apt-get upgrade -y && \
apt-get install -y libpcap0.8 && \
rm -rf /var/lib/apt/lists/*
RUN pip install --no-cache-dir --upgrade pip setuptools wheel
COPY --from=builder /app/lib /app/lib
COPY Sensors/official/IcmpCanary/IcmpCanary.py .
@@ -21,6 +21,8 @@ RUN apt-get update && apt-get upgrade -y && \
apt-get install -y libpcap0.8 && \
rm -rf /var/lib/apt/lists/*
RUN pip install --no-cache-dir --upgrade pip setuptools wheel
COPY --from=builder /app/lib /app/lib
COPY Sensors/official/NetworkScanDetector/NetworkScanDetector.py .