Skip to content

Commit

Permalink
install java certs before java
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Dec 19, 2023
1 parent fe98a50 commit c7c081c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN usermod -d /home www-data \
# -slim images strip man dirs, but java won't install unless this dir exists.
&& mkdir -p /usr/share/man/man1 \
&& apt-get update \
# HACK: work around bug in install java (dep of libreoffice)
&& apt-get install -y ca-certificates-java \
# mfr dependencies
&& apt-get install -y \
git \
Expand Down

0 comments on commit c7c081c

Please sign in to comment.