7 lines
69 B
Docker
7 lines
69 B
Docker
FROM centos:latest
|
|
|
|
RUN yum install -y initscripts
|
|
|
|
ADD *.rpm /tmp/
|
|
|