Skip to content

Commit

Permalink
test different path
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 30, 2024
1 parent c8781c3 commit 3d979fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tengine/libreoffice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ ARG ALFRESCO_LIBREOFFICE_USER_NAME
ARG ALFRESCO_LIBREOFFICE_USER_ID

ADD ${LIBREOFFICE_COMMON_PATH}/alfresco-transform-libreoffice*.jar /usr/bin/app.jar
ADD ${LIBREOFFICE_COMMON_PATH}/libreoffice-dist*.gz libreoffice-dist.gz
ADD ${LIBREOFFICE_COMMON_PATH}/libreoffice-dist*.gz /tmp/libreoffice-dist.gz

RUN yum install -y cairo cups-libs libSM libGLU && \
tar xzf libreoffice-dist.gz && \
tar xzf /tmp/libreoffice-dist.gz && \
yum localinstall -y LibreOffice*/RPMS/*.rpm && \
rm -rf libreoffice-dist.gz LibreOffice_*_Linux_x86-64_rpm; \
rm -rf /tmp/libreoffice-dist.gz LibreOffice_*_Linux_x86-64_rpm; \
yum clean all

RUN groupadd -g ${ALFRESCO_LIBREOFFICE_GROUP_ID} ${ALFRESCO_LIBREOFFICE_GROUP_NAME} && \
Expand Down

0 comments on commit 3d979fa

Please sign in to comment.