Skip to content

Commit

Permalink
Add libreoffice-java-common
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer authored Sep 22, 2022
1 parent b0481c4 commit 56d51d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get -y install \
# only for stretch
#&& apt-get -y install -t stretch-backports libreoffice --no-install-recommends \
# sid variant
&& apt-get -y install libreoffice --no-install-recommends \
&& apt-get -y install libreoffice libreoffice-java-common --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV JAR_FILE_NAME=app.war
ENV JAR_FILE_BASEDIR=/opt/app
Expand Down

0 comments on commit 56d51d2

Please sign in to comment.