alphabetized Dockerfile

This commit is contained in:
alecmerdler 2017-02-27 22:02:40 -08:00
parent 3ff1e31487
commit 46057ba34e

View file

@ -41,12 +41,12 @@ RUN apt-get install -y \
monit \ monit \
nginx \ nginx \
nodejs \ nodejs \
yarn \
optipng \ optipng \
python-dbg \ python-dbg \
python-dev \ python-dev \
python-pip \ python-pip \
python-virtualenv python-virtualenv \
yarn
# Install python dependencies # Install python dependencies
ADD requirements.txt requirements.txt ADD requirements.txt requirements.txt