Browse Source

Dockerfile updated

Espinoza Guillermo 6 năm trước cách đây
mục cha
commit
fd1c85d8ee
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      genieacs-base/Dockerfile

+ 3 - 0
genieacs-base/Dockerfile

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