File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,13 @@ RUN apt-get update; DEBIAN_FRONTEND="noninteractive" TZ="America/New_York" apt-g
99# RUN wget -O /tmp/nodesource_setup.sh https://deb.nodesource.com/setup_6.x; bash /tmp/nodesource_setup.sh
1010RUN apt-get install -y nodejs npm
1111RUN npm install -g n
12- RUN n 8. 10.0
12+ RUN n 10.24.1
1313RUN npm install -g yarn
1414RUN mkdir -p /var/www; chown www-data:www-data /var/www
1515USER www-data
1616WORKDIR /var/www
1717ADD package.json /var/www/package.json
18+ RUN npm install mapnik@4.0.0
1819RUN npm install
1920RUN yarn install; yarn cache clean
2021ADD . /var/www
Original file line number Diff line number Diff line change 1313 "cors" : " ^2.5.2" ,
1414 "elasticsearch" : " ^12.0.1" ,
1515 "hashids" : " ^1.0.1" ,
16- "hiredis" : " ^0.5.0" ,
1716 "kcors" : " ^2.2.0" ,
1817 "koa" : " ^2.0.0-alpha.7" ,
1918 "koa-adapter" : " 0.0.3" ,
2322 "koa-proxy" : " ^0.8.0" ,
2423 "koa-router" : " ^7.0.1" ,
2524 "lodash" : " ^4.17.1" ,
26- "mapnik" : " ^3.7.1 " ,
25+ "mapnik" : " 4.0.0 " ,
2726 "morgan" : " ^1.7.0" ,
2827 "ngeohash" : " ^0.6.0" ,
2928 "redis" : " ^2.6.3" ,
You can’t perform that action at this time.
0 commit comments