Skip to content

Commit

Permalink
try: further libreoffice revert updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnaRob committed Feb 9, 2024
1 parent 0ef72e8 commit f1af95d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,8 @@ RUN \

RUN \
# Install LibreOffice & unoconverter.
echo "deb http://deb.debian.org/debian bookworm-backports main" >> /etc/apt/sources.list &&\
apt-get update -qq &&\
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends -t bookworm-backports libreoffice=1:7.0.4-4+deb11u8 &&\
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends libreoffice=4:7.4.7-1+deb12u1 &&\
curl -Ls https://raw.githubusercontent.com/gotenberg/unoconverter/v0.0.1/unoconv -o /usr/bin/unoconverter &&\
chmod +x /usr/bin/unoconverter &&\
# unoconverter will look for the Python binary, which has to be at version 3.
Expand Down

0 comments on commit f1af95d

Please sign in to comment.