diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-07 17:41:09 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-07 17:41:09 +0100 |
commit | 4ff15a75c56531fa2d3858d8250dcef1af4e75b6 (patch) | |
tree | 8410799a1bf43210ac4fe600595488a2907149e2 /misc/docker/opensuse-42.3-amd64/Dockerfile | |
parent | cd80c9b0700ef9533a19ab19d66c38a1722c4e08 (diff) | |
parent | 98bb80a243b58c43453e9be69d19d0350286549c (diff) |
Merge commit '98bb80a243b58c43453e9be69d19d0350286549c' into int-new
Diffstat (limited to 'misc/docker/opensuse-42.3-amd64/Dockerfile')
-rw-r--r-- | misc/docker/opensuse-42.3-amd64/Dockerfile | 11 |
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 |