Rpm: CentOS dfart. Rpm building isn't automated yet.
This commit is contained in:
10
builder/dockerfile.centos_core.rpm.build
Normal file
10
builder/dockerfile.centos_core.rpm.build
Normal 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
|
||||
Reference in New Issue
Block a user