79282454

Date: 2024-12-15 13:48:50
Score: 0.5
Natty:
Report link

Also tried:

# Install yum-utils for yum-config-manager
RUN yum install -y yum-utils && yum clean all

# Add libreoffice repository and install
RUN yum-config-manager --add-repo http://download.opensuse.org/repositories/LibreOffice:/7.0/CentOS_7/ && \
    rpm --import http://download.opensuse.org/repositories/LibreOffice:/7.0/CentOS_7/repodata/repomd.xml.key && \
    yum install -y libreoffice && yum clean all
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Noam Azoulay