UNPKG

265 BPlain TextView Raw
1# Use the official Docker images
2# https://registry.hub.docker.com/_/node/
3#
4FROM node:9.3.0-stretch
5
6RUN apt-get update
7
8RUN apt-get install -y python3-pip python3-dev
9
10RUN pip3 install --upgrade cffi
11RUN pip3 install httpbin gunicorn
12
13
14RUN npm install crawler -g