Sfoglia il codice sorgente

Dockerfile updated

Espinoza Guillermo 6 anni fa
parent
commit
d4fd1c0adb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      genieacs-base/Dockerfile

+ 1 - 1
genieacs-base/Dockerfile

@@ -8,7 +8,7 @@ RUN cd /opt; \
     git clone https://github.com/genieacs/genieacs.git; \
     cd genieacs; \
     git checkout $(git tag -l v1.1.* --sort=-v:refname | head -n 1) ; \
-    npm install libxmljs adriancooney/libxmljs ; \
+    npm install adriancooney/libxmljs ; \
     npm install --build-from-resource ; \
     npm run compile; \
     rm -rf /var/lib/apt/lists/*