branch | stable |
changeset 43405 | 7c9d42c1042d |
child 45935 | eccbfa7e19c0 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contrib/packaging/docker/centos8 Mon Nov 04 07:56:53 2019 +0100 @@ -0,0 +1,15 @@ +FROM centos:centos8 + +RUN groupadd -g %GID% build && \ + useradd -u %UID% -g %GID% -s /bin/bash -d /build -m build + +RUN yum install -y \ + gcc \ + gettext \ + make \ + python3-devel \ + python3-docutils \ + rpm-build + +# For creating repo meta data +RUN yum install -y createrepo