2021-08-24 14:04:31 +00:00
|
|
|
FROM centos:centos6
|
|
|
|
|
|
|
|
COPY build-initial-centos6.sh /tmp
|
2021-08-24 15:57:01 +00:00
|
|
|
COPY centos6-eol.repo /etc/yum.repos.d/
|
2021-08-24 14:04:31 +00:00
|
|
|
RUN /tmp/build-initial-centos6.sh && rm -rf /tmp/*
|
|
|
|
|
|
|
|
CMD ["/usr/sbin/sshd -D"]
|