Skip to content

Commit 0e5305d

Browse files
authored
Merge pull request #844 from b-ehlers/docker_ostinato
ostinato-wireshark: No need to use edge repository since alpine 3.19
2 parents ab35964 + b7ffb66 commit 0e5305d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docker/ostinato-wireshark/Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ ENV DISPLAY :99
66
ENV RESOLUTION 1920x1080x24
77

88

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 \
9+
RUN apk add --no-cache \
1310
libprotobuf \
1411
tshark \
1512
wireshark \

0 commit comments

Comments
 (0)