alphabetized Dockerfile
This commit is contained in:
parent
3ff1e31487
commit
46057ba34e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue