mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-20 21:33:09 +00:00
Merge pull request #786 from b-ehlers/ostinato-wireshark
ostinato-wireshark - Fix install of mesa-dri-swrast
This commit is contained in:
commit
eeaf9106fb
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user