summaryrefslogtreecommitdiffstats
path: root/Services/ssh/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Services/ssh/Dockerfile')
-rw-r--r--Services/ssh/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Services/ssh/Dockerfile b/Services/ssh/Dockerfile
index 2ad849c..7a582b1 100644
--- a/Services/ssh/Dockerfile
+++ b/Services/ssh/Dockerfile
@@ -2,9 +2,9 @@ FROM startx/fedora
MAINTAINER Christophe LARUE <dev@startx.fr>
# Install packages and set up sshd
-RUN yum -y update \
- && yum -y install openssh-server \
- && yum clean all
+RUN dnf -y update \
+ && dnf -y install openssh-server \
+ && dnf clean all
# Copy startx toolkit
COPY sx/* /sx/
# Copy ssh keys