be more quiet
This commit is contained in:
parent
1ace852c7c
commit
ae13067920
@ -1,7 +1,7 @@
|
|||||||
FROM debian:8
|
FROM debian:8
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get -q update \
|
||||||
&& apt-get install -yq --no-install-recommends \
|
&& apt-get -yq install --no-install-recommends \
|
||||||
build-essential \
|
build-essential \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
@ -9,7 +9,8 @@ RUN apt-get update \
|
|||||||
python-dev \
|
python-dev \
|
||||||
python-pip \
|
python-pip \
|
||||||
&& apt-get autoclean \
|
&& apt-get autoclean \
|
||||||
&& pip install --upgrade ansible
|
&& pip install --quiet --upgrade \
|
||||||
|
ansible
|
||||||
|
|
||||||
WORKDIR /site
|
WORKDIR /site
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user