Browse Source

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

jamesread 5 năm trước cách đây
mục cha
commit
8c4912381c
1 tập tin đã thay đổi với 5 bổ sung2 xóa
  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