FROM python:2.7.15-stretch #ADD requirements.txt /tmp/ #WORKDIR /tmp RUN apt-get update -yq \ && apt-get install curl gnupg mysql-client libgraphicsmagic++ libboost-python-dev python-pgmagick -yq \ && curl -sL https://deb.nodesource.com/setup_8.x | bash \ && apt-get install nodejs -yq \ && npm install -g less