mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-11 15:32:56 +00:00
5f167578ab
- chromium: add a dummy layer to get an updated container timestamp - ipterm: add a dummy layer to get an updated container timestamp - kalilinux: replaced outdated python-scapy by python3-scapy
10 lines
198 B
Docker
10 lines
198 B
Docker
# docker image with basic networking tools
|
|
|
|
FROM gns3/ipterm-base
|
|
|
|
# add a dummy layer to get an updated container timestamp
|
|
RUN /bin/true
|
|
|
|
VOLUME [ "/root" ]
|
|
CMD [ "sh", "-c", "cd; exec bash -i" ]
|