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 \
|
||||
nginx \
|
||||
nodejs \
|
||||
yarn \
|
||||
optipng \
|
||||
python-dbg \
|
||||
python-dev \
|
||||
python-pip \
|
||||
python-virtualenv
|
||||
python-virtualenv \
|
||||
yarn
|
||||
|
||||
# Install python dependencies
|
||||
ADD requirements.txt requirements.txt
|
||||
|
|
Reference in a new issue