> /dev/null

This commit is contained in:
2019-09-24 10:14:08 -04:00
parent 576bd89d43
commit 932eb93d2f
+1 -1
View File
@@ -16,7 +16,7 @@ RUN set -ex && \
# -- Copy in tap2junit plugin.
COPY ./docker/scripts/tap2xml /usr/local/bin/tap2xml
RUN cpan install XML::LibXML
RUN cpan install XML::LibXML > /dev/null
# -- Install latest Bake.
RUN set -ex && \