Skip to content

Commit

Permalink
remove untar leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 30, 2024
1 parent d83cf69 commit 051cafb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tengine/libreoffice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN --mount=type=bind,source=${LIBREOFFICE_COMMON_PATH},target=/dist \
tar xzf /dist/*.gz && \
yum localinstall -y LibreOffice*/RPMS/*.rpm && \
yum install -y cairo cups-libs libSM libGLU && \
rm -rf LibreOffice_*_Linux_x86-64_rpm && \
yum clean all

FROM libreoffice_base
Expand Down

0 comments on commit 051cafb

Please sign in to comment.