Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
IITG committed Oct 22, 2024
1 parent a4b6a29 commit 82351a5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ FROM python:3.12-alpine

RUN pip install --no-cache-dir flask

RUN apk update && apk add mtr \
traceroute \
bind-tools \
iperf \
iperf3
RUN apk update && apk add --no-cache mtr \
traceroute \
bind-tools \
iperf \
iperf3

# Security updates
RUN apk upgrade libexpat
RUN apk upgrade openssl

COPY static /app/static/
COPY templates /app/templates/
Expand Down

0 comments on commit 82351a5

Please sign in to comment.