Avancement arpspoof
This commit is contained in:
parent
d907d4df38
commit
86e69f5992
5 changed files with 40 additions and 7 deletions
|
@ -3,8 +3,8 @@ WORKDIR /app
|
|||
COPY react-page .
|
||||
RUN npm i && npm run build
|
||||
|
||||
FROM debian:stable-slim
|
||||
RUN apt-get update && apt-get install -y apache2 openssl ca-certificates \
|
||||
FROM debian:bookworm-slim
|
||||
RUN apt-get update && apt-get install -y apache2 openssl ca-certificates net-tools\
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& a2enmod ssl && a2ensite default-ssl
|
||||
COPY 000-default.conf /etc/apache2/sites-available/000-default.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue