mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 04:47:54 +00:00
5 lines
75 B
Docker
5 lines
75 B
Docker
FROM debian
|
|
RUN apt-get update
|
|
RUN apt-get install -qqy x11-apps
|
|
CMD xeyes
|