Skip to content

Commit ceb9573

Browse files
felliottfujimotodaisuke
authored andcommitted
install java certs before java
1 parent f9beedb commit ceb9573

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ RUN usermod -d /home www-data \
88
# -slim images strip man dirs, but java won't install unless this dir exists.
99
&& mkdir -p /usr/share/man/man1 \
1010
&& apt-get update \
11+
# HACK: work around bug in install java (dep of libreoffice)
12+
&& apt-get install -y ca-certificates-java \
1113
# mfr dependencies
1214
&& apt-get install -y \
1315
git \

0 commit comments

Comments
 (0)