Rpm: CentOS dfart. Rpm building isn't automated yet.

This commit is contained in:
Dmitry Maksyoma
2021-02-05 23:49:47 +13:00
parent a6512a7801
commit 90101a7e91
11 changed files with 214 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
FROM centos:centos7
RUN yum install -y rpm* gpg* rng-tools
RUN useradd -m docker && echo "docker:docker" | chpasswd
COPY . /src
RUN chown -R docker:docker /src
USER docker