mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-18 14:17:12 -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-role-perl \
|
||||
libpgobject-util-dbmethod-perl
|
||||
RUN cpanm \
|
||||
RUN cpanm -nq \
|
||||
Carton PGObject::Type::BigFloat \
|
||||
PGObject::Composite \
|
||||
PGObject::Type::JSON \
|
||||
|
Loading…
Reference in New Issue
Block a user