Set cpanm to quiet to prevent docker build from interpreting "1" as an error

This commit is contained in:
John Locke 2015-10-21 12:07:17 -07:00
parent 30a4f5ea91
commit aa6a9d5b12

View File

@ -68,7 +68,7 @@ RUN apt-get install -y \
libpgobject-simple-perl \ libpgobject-simple-perl \
libpgobject-simple-role-perl \ libpgobject-simple-role-perl \
libpgobject-util-dbmethod-perl libpgobject-util-dbmethod-perl
RUN cpanm \ RUN cpanm -nq \
Carton PGObject::Type::BigFloat \ Carton PGObject::Type::BigFloat \
PGObject::Composite \ PGObject::Composite \
PGObject::Type::JSON \ PGObject::Type::JSON \