summaryrefslogtreecommitdiff
path: root/misc/docker/opensuse-42.3-amd64/Dockerfile
diff options
context:
space:
mode:
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>2017-08-17 15:02:35 +0200
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>2017-09-04 11:25:51 +0200
commit5c4dfe0c30e5516fac73e6ed8455af2245ebc62a (patch)
treee6d9c4bc007a61144edf737989333b679b7f3729 /misc/docker/opensuse-42.3-amd64/Dockerfile
parent080d9e4ce25f8f14e61ba0a81d5385bf8de3e48f (diff)
Gitlab CI support
Add configuration and docker definitions for tests and builds in Gitlab CI platform. Some of them currently fail, which is a known problem.
Diffstat (limited to 'misc/docker/opensuse-42.3-amd64/Dockerfile')
-rw-r--r--misc/docker/opensuse-42.3-amd64/Dockerfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/docker/opensuse-42.3-amd64/Dockerfile b/misc/docker/opensuse-42.3-amd64/Dockerfile
new file mode 100644
index 00000000..c9f7127d
--- /dev/null
+++ b/misc/docker/opensuse-42.3-amd64/Dockerfile
@@ -0,0 +1,11 @@
+FROM opensuse:42.3
+RUN zypper -n up
+RUN zypper -n install \
+ autoconf \
+ flex \
+ bison \
+ pkgconfig \
+ readline-devel \
+ ncurses-devel \
+ gcc \
+ gmake