Skip to content

Commit

Permalink
Fix build error for building bbb-soffice
Browse files Browse the repository at this point in the history
  • Loading branch information
ffdixon committed Sep 18, 2022
1 parent d39f077 commit c238d7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bbb-libreoffice/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ ENV DEBIAN_FRONTEND noninteractive

RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >> /etc/apt/sources.list
RUN apt update && apt -y install locales-all fontconfig libxt6 libxrender1
RUN apt update && apt -y install -t \
bullseye-backports \
libreoffice \
RUN apt update && apt -y install libreoffice \
&& rm -f \
/usr/share/java/ant-apache-log4j-1.10.9.jar \
/usr/share/java/log4j-1.2-1.2.17.jar /usr/share/java/log4j-1.2.jar \
Expand Down

0 comments on commit c238d7e

Please sign in to comment.