Gaël Métais 10 years ago
parent
commit
7fc5a9ba8f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package.json
  2. 1 1
      server_config/server_install.sh

+ 1 - 1
package.json

@@ -26,6 +26,7 @@
     "phantomas": "1.11.0",
     "phantomas": "1.11.0",
     "ps-node": "0.0.4",
     "ps-node": "0.0.4",
     "q": "1.4.1",
     "q": "1.4.1",
+    "request": "^2.58.0",
     "rimraf": "2.4.0",
     "rimraf": "2.4.0",
     "temporary": "0.0.8",
     "temporary": "0.0.8",
     "uglify-js": "2.4.23"
     "uglify-js": "2.4.23"
@@ -53,7 +54,6 @@
     "grunt-webfont": "^0.5.3",
     "grunt-webfont": "^0.5.3",
     "matchdep": "^0.3.0",
     "matchdep": "^0.3.0",
     "mocha": "^2.2.5",
     "mocha": "^2.2.5",
-    "request": "^2.58.0",
     "sinon": "^1.15.3",
     "sinon": "^1.15.3",
     "sinon-chai": "^2.8.0"
     "sinon-chai": "^2.8.0"
   },
   },

+ 1 - 1
server_config/server_install.sh

@@ -2,7 +2,7 @@
 
 
 # APT-GET
 # APT-GET
 sudo apt-get update
 sudo apt-get update
-sudo apt-get install lsb-release libfontconfig1 libfreetype6 -y --force-yes
+sudo apt-get install lsb-release libfontconfig1 libfreetype6 libjpeg-dev -y --force-yes
 sudo apt-get install curl git python-software-properties build-essential make g++ -y --force-yes
 sudo apt-get install curl git python-software-properties build-essential make g++ -y --force-yes
 
 
 # Installation of NodeJS
 # Installation of NodeJS