Parcourir la source

Install openssh-client and docker - #13, #12

jamesread il y a 5 ans
Parent
commit
8c4912381c
1 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. 5 2
      Dockerfile

+ 5 - 2
Dockerfile

@@ -1,8 +1,11 @@
 FROM fedora
 
 RUN mkdir -p /config /var/www/olivetin/ && \
-    dnf install -y iputils && \
-    dnf clean all && \
+    dnf install -y \ 
+		iputils \
+		openssh-clients \
+		docker \
+    && dnf clean all && \
     rm -rf /var/cache/yum # install ping
 
 EXPOSE 1337/tcp