From b7ffb669a5dde8a57d8c7bd87c4537ad09850db8 Mon Sep 17 00:00:00 2001 From: Bernhard Ehlers Date: Fri, 8 Dec 2023 03:04:15 +0100 Subject: [PATCH] ostinato-wireshark: No need to use edge repository since alpine 3.19 --- docker/ostinato-wireshark/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docker/ostinato-wireshark/Dockerfile b/docker/ostinato-wireshark/Dockerfile index f76399d..fff33fb 100644 --- a/docker/ostinato-wireshark/Dockerfile +++ b/docker/ostinato-wireshark/Dockerfile @@ -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 \