migrated ssh to centos
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM ubuntu
|
||||
RUN apt-get update && apt-get install -y openssh-server rsync
|
||||
FROM centos:7
|
||||
RUN yum update -y && yum install -y openssh-server openssh-clients rsync
|
||||
RUN mkdir /var/run/sshd
|
||||
COPY sshd_config /etc/ssh/sshd_config
|
||||
COPY docker-entrypoint.sh /
|
||||
|
||||
Reference in New Issue
Block a user