Fix build error

This commit is contained in:
cytopia
2018-07-22 20:54:05 +02:00
parent d84cc5708c
commit 329e7bf2ec
9 changed files with 9 additions and 18 deletions

View File

@@ -103,8 +103,7 @@ RUN set -x \
# composer
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
# ansible
&& pip install --upgrade pip \
&& pip install --upgrade setuptools \
&& pip install --upgrade setuptools \
&& pip install ansible \
\
# awesomeci