mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 06:37:11 -04:00
Set cpanm to quiet to prevent docker build from interpreting "1" as an error
This commit is contained in:
parent
30a4f5ea91
commit
aa6a9d5b12
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user