diff --git a/docker/docker_images b/docker/docker_images index 2eb4bab..0bb7659 100644 --- a/docker/docker_images +++ b/docker/docker_images @@ -12,8 +12,7 @@ jupyter27:v2 jupyter-2.7 # kalilinux: base image is updated too often, use manual build on base updates kalilinux kalilinux NONE mikrotik-winbox mikrotik-winbox -# ostinato-wireshark: failed to build: mesa-dri-swrast - no such package -#ostinato-wireshark ostinato-wireshark +ostinato-wireshark ostinato-wireshark openvswitch openvswitch ovs-snmp ovs-snmp --platform=linux/arm64 pyats pyats diff --git a/docker/ostinato-wireshark/Dockerfile b/docker/ostinato-wireshark/Dockerfile index def7ee6..f76399d 100644 --- a/docker/ostinato-wireshark/Dockerfile +++ b/docker/ostinato-wireshark/Dockerfile @@ -18,7 +18,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositori ostinato-gui \ xterm wget \ font-adobe-100dpi \ - mesa-dri-swrast \ + mesa-dri-gallium \ ca-certificates \ curl \ openssl \ @@ -44,6 +44,7 @@ COPY Ostinato.desktop /home/gns3/.config/autostart COPY Ostinato.desktop /home/gns3/Desktop/Ostinato.desktop COPY Wireshark.desktop /home/gns3/Desktop/Wireshark.desktop RUN sudo chmod 775 /home/gns3/Desktop/Ostinato.desktop +RUN sudo chmod 775 /home/gns3/Desktop/Wireshark.desktop RUN sudo chown gns3:gns3 /home/gns3/Desktop/ RUN sudo chown gns3:gns3 /home/gns3/Desktop/Ostinato.desktop RUN sudo chown gns3:gns3 /home/gns3/.config/autostart