4
0
Эх сурвалжийг харах

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

jamesread 5 жил өмнө
parent
commit
8c4912381c
1 өөрчлөгдсөн 5 нэмэгдсэн , 2 устгасан
  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