diff options
Diffstat (limited to 'Services/ssh/Dockerfile')
-rw-r--r-- | Services/ssh/Dockerfile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Services/ssh/Dockerfile b/Services/ssh/Dockerfile deleted file mode 100644 index 7a582b1..0000000 --- a/Services/ssh/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM startx/fedora -MAINTAINER Christophe LARUE <dev@startx.fr> - -# Install packages and set up sshd -RUN dnf -y update \ - && dnf -y install openssh-server \ - && dnf clean all -# Copy startx toolkit -COPY sx/* /sx/ -# Copy ssh keys -COPY .ssh/authorized_keys /root/.ssh/authorized_keys -RUN chmod ug+rx /sx/sshd* - - -EXPOSE 22 -CMD ["/sx/sshd_run.sh"]
\ No newline at end of file |