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