mirror of
https://github.com/Oxbian/SIDPS.git
synced 2025-07-08 04:43:47 +02:00
feat: dockerfile web
This commit is contained in:
@ -2,7 +2,7 @@ FROM python:alpine3.20
|
||||
|
||||
# Installation des paquets nécessaires pour scapy
|
||||
RUN apk -U upgrade && \
|
||||
apk add --no-cache nmap iproute2
|
||||
apk add --no-cache nmap iproute2 curl
|
||||
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
|
||||
RUN apk -U add --no-cache hping3
|
||||
|
||||
|
Reference in New Issue
Block a user