mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-10-13 15:50:29 -04:00
Set cpanm to quiet to prevent docker build from interpreting "1" as an error
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user