Spencer Gardner 6 лет назад
Родитель
Сommit
a52e8c3413
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -11,7 +11,8 @@ RUN git clone https://github.com/tpaskett/meshchat.git
 WORKDIR /root/meshchat
 
 RUN ./build
-RUN dpkg -i meshchat_1.0_all.deb
+
+RUN dpkg -i meshchat_*_all.deb
 
 EXPOSE 80