Skip to content

Commit c595106

Browse files
authored
Update the URL of libreoffice for DataPrep openEuler (#1918)
* update dataprep for openEuler Signed-off-by: zhihang <[email protected]> * change the URL of libreoffice Signed-off-by: zhihang <[email protected]> --------- Signed-off-by: zhihang <[email protected]>
1 parent 82ba539 commit c595106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

comps/dataprep/src/Dockerfile.openEuler

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ RUN yum update -y && yum install -y \
2626

2727
ENV TESSDATA_PREFIX=/usr/share/tesseract/tessdata
2828

29-
RUN LIBREOFFICE_URL=https://mirrors.tuna.tsinghua.edu.cn/libreoffice/libreoffice/stable/25.2.4/rpm/x86_64/LibreOffice_25.2.4_Linux_x86-64_rpm.tar.gz && \
29+
RUN LIBREOFFICE_URL=https://mirrors.tuna.tsinghua.edu.cn/libreoffice/libreoffice/stable/25.8.1/rpm/x86_64/LibreOffice_25.8.1_Linux_x86-64_rpm.tar.gz && \
3030
wget $LIBREOFFICE_URL -O /tmp/libreOffice.tar.gz && \
3131
tar --strip-components=1 -xvf /tmp/libreOffice.tar.gz -C /tmp && \
3232
yum install -y /tmp/RPMS/*.rpm && \
3333
yum clean all && \
3434
rm -fr /tmp/libreOffice.tar.gz /tmp/RPMS && \
35-
ln -sf /usr/bin/libreoffice25.2 /usr/bin/libreoffice
35+
ln -sf /usr/bin/libreoffice25.8 /usr/bin/libreoffice
3636

3737
RUN useradd -m -s /bin/bash user && \
3838
mkdir -p /home/user && \

0 commit comments

Comments
 (0)