Explorar el Código

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

jamesread hace 5 años
padre
commit
8c4912381c
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  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