tarball: include Xvnc.1 man page

This commit is contained in:
Dmitry Maksyoma
2021-02-19 22:58:38 +13:00
parent 24ea2d6c45
commit 9e7d57cc3c
4 changed files with 116 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
FROM fedora:33
RUN dnf install -y fedora-packager fedora-review
RUN dnf install -y tree vim less
RUN dnf install -y redhat-lsb-core
RUN dnf install -y dnf-plugins-core
COPY centos/*.spec /tmp
RUN dnf builddep -y /tmp/*.spec
RUN useradd -m docker && echo "docker:docker" | chpasswd
USER docker