diff options
| author | mmstanone | 2021-08-05 19:25:37 +0200 |
|---|---|---|
| committer | mmstanone | 2021-08-05 19:25:37 +0200 |
| commit | f821f069b0cf472fea56dcbb41597263ee09c3c8 (patch) | |
| tree | e40c6882bfaf0a93a59c7d2b3fda1ff7777813b3 /docker | |
| parent | 02b94bda831f3b9ff8d3affc99b7b53729f686c0 (diff) | |
| download | sec-certs-f821f069b0cf472fea56dcbb41597263ee09c3c8.tar.gz sec-certs-f821f069b0cf472fea56dcbb41597263ee09c3c8.tar.zst sec-certs-f821f069b0cf472fea56dcbb41597263ee09c3c8.zip | |
added -y to dockerfile installs
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
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 #----------------------------------------------------------------------------------------------- |
