mirror of
https://github.com/andreicscs/HoneyWire
synced 2026-06-26 12:39:53 +00:00
Patch Python-level vulnerabilities
This commit is contained in:
@@ -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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user