diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..51df6f23 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,11 @@ +FROM ubuntu:xenial + +RUN apt update + +RUN apt install -y software-properties-common +RUN add-apt-repository ppa:mapmap/mapmap + +RUN apt-get update +RUN apt-get install -y mapmap + +CMD mapmap diff --git a/INSTALL.md b/INSTALL.md index ceab4f2c..60865545 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -18,6 +18,15 @@ Alternatively: ``` ./scripts/build.sh ``` +### Docker + +U will need: https://github.com/mviereck/x11docker + +`$ docker build -t mapmap .` + +the run using: +`$ x11docker mapmap` + ### Ubuntu