From 5be2ffa89882896e76472100430908c1955b85b4 Mon Sep 17 00:00:00 2001 From: Albatroz Jeremias Date: Sat, 8 Oct 2022 20:11:01 +0100 Subject: [PATCH] run using docker --- Dockerfile | 11 +++++++++++ INSTALL.md | 9 +++++++++ 2 files changed, 20 insertions(+) create mode 100644 Dockerfile 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