mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-20 05:17:55 +00:00
Remove space
This commit is contained in:
parent
2f56e61caf
commit
5edb43b4b4
@ -29,7 +29,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositori
|
||||
faenza-icon-theme \
|
||||
bash \
|
||||
&& addgroup gns3 \
|
||||
&& adduser -h /home/gns3 -s /bin/bash -S -D -G gns3 gns3 \
|
||||
&& adduser -h /home/gns3 -s /bin/bash -S -D -G gns3 gns3 \
|
||||
&& echo -e "gns3\ngns3" | passwd gns3 \
|
||||
&& addgroup gns3 wireshark \
|
||||
&& echo 'gns3 ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
|
||||
|
Loading…
Reference in New Issue
Block a user