We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64a0487 + 7018678 commit 658933dCopy full SHA for 658933d
Dockerfile
@@ -8,6 +8,8 @@ RUN usermod -d /home www-data \
8
# -slim images strip man dirs, but java won't install unless this dir exists.
9
&& mkdir -p /usr/share/man/man1 \
10
&& apt-get update \
11
+ # HACK: work around bug in install java (dep of libreoffice)
12
+ && apt-get install -y ca-certificates-java \
13
# mfr dependencies
14
&& apt-get install -y \
15
git \
0 commit comments