gns3-registry/docker/ipterm/cli/Dockerfile
Bernhard Ehlers 5f167578ab Update docker container
- 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
2023-05-27 16:08:34 +02:00

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" ]