We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab35964 + b7ffb66 commit 0e5305dCopy full SHA for 0e5305d
docker/ostinato-wireshark/Dockerfile
@@ -6,10 +6,7 @@ ENV DISPLAY :99
6
ENV RESOLUTION 1920x1080x24
7
8
9
-RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \
10
- && echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
11
- && echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
12
- && apk add --no-cache \
+RUN apk add --no-cache \
13
libprotobuf \
14
tshark \
15
wireshark \
0 commit comments