Sfoglia il codice sorgente

Changed .deb package name.

Spencer Gardner 6 anni fa
parent
commit
a52e8c3413
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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