There was an error while loading. Please reload this page.
1 parent f9beedb commit ceb9573Copy full SHA for ceb9573
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