Skip to content

Commit e3d0290

Browse files
jennifer-richardsNGPixel
authored andcommitted
ci: install libreoffice (ietf-tools#7262)
Use bullseye-backports to get something more recent (ietfa has 7.3.6.2; bullseye has 7.0.x.x; bullseye-backports has 7.4.7.2)
1 parent 7a238a3 commit e3d0290

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

dev/build/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ ENV DEBIAN_FRONTEND=noninteractive
55

66
RUN apt-get purge -y imagemagick imagemagick-6-common
77

8+
# Install libreoffice (needed via PPT2PDF_COMMAND)
9+
RUN echo "deb http://deb.debian.org/debian bullseye-backports main" > /etc/apt/sources.list.d/bullseye-backports.list && \
10+
apt-get update && \
11+
apt-get -qyt bullseye-backports install libreoffice-nogui
12+
813
COPY . .
914
COPY ./dev/build/start.sh ./start.sh
1015
COPY ./dev/build/datatracker-start.sh ./datatracker-start.sh

0 commit comments

Comments
 (0)