Skip to content

Commit

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

FROM libreoffice_base
Expand Down

0 comments on commit d83cf69

Please sign in to comment.