Skip to content

Commit

Permalink
Merge pull request #844 from b-ehlers/docker_ostinato
Browse files Browse the repository at this point in the history
ostinato-wireshark: No need to use edge repository since alpine 3.19
  • Loading branch information
grossmj authored Dec 8, 2023
2 parents ab35964 + b7ffb66 commit 0e5305d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/ostinato-wireshark/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ ENV DISPLAY :99
ENV RESOLUTION 1920x1080x24


RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --no-cache \
RUN apk add --no-cache \
libprotobuf \
tshark \
wireshark \
Expand Down

0 comments on commit 0e5305d

Please sign in to comment.