tarball: include Xvnc.1 man page
This commit is contained in:
13
builder/dockerfile.fedora_thirtythree.rpm.build
Normal file
13
builder/dockerfile.fedora_thirtythree.rpm.build
Normal 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
|
||||
Reference in New Issue
Block a user