Skip to content

Commit 658933d

Browse files
committed
Merge branch 'feature/dockerfile-java-certs' into develop
2 parents 64a0487 + 7018678 commit 658933d

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)