Support centos6 and centos7
This commit is contained in:
11
tests/dockerfiles/centos6/Dockerfile
Normal file
11
tests/dockerfiles/centos6/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM centos:6
|
||||
|
||||
RUN useradd -ms /bin/bash user
|
||||
|
||||
RUN yum update -y && \
|
||||
yum install -y \
|
||||
initscripts \
|
||||
sudo \
|
||||
&& yum clean all
|
||||
|
||||
CMD ["/sbin/init"]
|
||||
Reference in New Issue
Block a user