mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-03 11:34:11 +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
|