From f821f069b0cf472fea56dcbb41597263ee09c3c8 Mon Sep 17 00:00:00 2001 From: mmstanone Date: Thu, 5 Aug 2021 19:25:37 +0200 Subject: added -y to dockerfile installs --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index 823e750f..df1345ca 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -22,8 +22,8 @@ RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install tzdata RUN apt-get install build-essential libpoppler-cpp-dev pkg-config python3-dev poppler-utils -y RUN apt-get install libqpdf-dev -y RUN apt-get install pkg-config -y -RUN apt-get install default-jdk -RUN apt-get install graphviz +RUN apt-get install default-jdk -y +RUN apt-get install graphviz -y #----------------------------------------------------------------------------------------------- -- cgit v1.3.1