Explorar o código

Dockerfile updated

Espinoza Guillermo %!s(int64=6) %!d(string=hai) anos
pai
achega
d9a1d5e613
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      genieacs-base/Dockerfile

+ 1 - 2
genieacs-base/Dockerfile

@@ -8,7 +8,6 @@ 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 adriancooney/libxmljs ; \
-    npm install --build-from-resource ; \
+    npm install --build-from-resource --unsafe-perm; \
     npm run compile; \
     rm -rf /var/lib/apt/lists/*