diff options
| author | mmstanone | 2021-07-29 13:27:35 +0200 |
|---|---|---|
| committer | mmstanone | 2021-07-29 13:27:35 +0200 |
| commit | 43cf57cd88f11319ad2c339b7b2d2408a468b4d0 (patch) | |
| tree | dcb16dce86a135a862398ed4e43591b90ddc7d64 /docker | |
| parent | 8b99d764425bdbc1cf880ee16e334f9a89026b4e (diff) | |
| download | sec-certs-43cf57cd88f11319ad2c339b7b2d2408a468b4d0.tar.gz sec-certs-43cf57cd88f11319ad2c339b7b2d2408a468b4d0.tar.zst sec-certs-43cf57cd88f11319ad2c339b7b2d2408a468b4d0.zip | |
WIP: updated dockerfile with dependencies
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 1c7b0235..823e750f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -22,6 +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 #----------------------------------------------------------------------------------------------- |
