We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c76e7 commit c6ade1aCopy full SHA for c6ade1a
wiretap.Dockerfile
@@ -1,11 +1,11 @@
1
-FROM golang:1.21
+FROM golang:1.23
2
3
ARG http_proxy
4
ARG https_proxy
5
6
# Utilities for testing
7
RUN apt-get update
8
-RUN apt-get install net-tools nmap dnsutils tcpdump iproute2 vim netcat-openbsd iputils-ping wireguard iperf xsel masscan -y
+RUN apt-get install net-tools nmap dnsutils tcpdump iproute2 vim netcat-openbsd iputils-ping wireguard iperf xsel masscan nano -y
9
10
WORKDIR /wiretap
11
COPY ./src/go.mod ./src/go.sum ./
0 commit comments