Merge pull request #786 from b-ehlers/ostinato-wireshark

ostinato-wireshark - Fix install of mesa-dri-swrast
This commit is contained in:
Jeremy Grossmann 2023-07-05 07:33:59 +10:00 committed by GitHub
commit eeaf9106fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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