summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2019-03-25 13:17:53 +0100
committerAlexander F. Rødseth2019-03-25 13:17:53 +0100
commiteccc9c8c89da37f6febbe3ad36b3749b9f0347dc (patch)
treebe999b9a05668d52f9cf808fd0caa22203f7bd29
parent8cddadfa2c55f691751a684713ae253b2781a5af (diff)
downloadaur-eccc9c8c89da37f6febbe3ad36b3749b9f0347dc.tar.gz
The beginning of building ghextris with nuitka in a docker container
before installing...
-rw-r--r--Dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 000000000000..cb2aaabad900
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,6 @@
+FROM base/archlinux
+
+RUN pacman -Syu --noconfirm
+RUN pacman -S nuitka --noconfirm
+
+WORKDIR /src