<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - For some fonts switching to Bold makes text invisible"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124244#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - For some fonts switching to Bold makes text invisible"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124244">bug 124244</a>
              from <span class="vcard"><a class="email" href="mailto:pecinka@email.cz" title="Vlastimil Pecinka <pecinka@email.cz>"> <span class="fn">Vlastimil Pecinka</span></a>
</span></b>
        <pre>I also provide Dockerfile I use to build image (for test of adding MS fonts)

FROM collabora/code:4.0.3.1

MAINTAINER Vlastimil Pecinka <xxxxxxx>

EXPOSE 9980

RUN echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula
select true | debconf-set-selections
RUN   apt-get update \
  &&  apt-get install -f -y --no-install-recommends --no-install-suggests \
                ttf-mscorefonts-installer \
                fonts-crosextra-carlito \
                fonts-crosextra-caladea \
                curl \
  &&  apt-get clean \
  &&  rm -rf /var/lib/apt/lists/*

# increase ulimits
RUN echo "lool soft nofile 16384" >> /etc/security/limits.conf

# MS fonts
#ADD fonts/* /usr/share/fonts/truetype/msttcorefonts/

#RUN fc-cache -fv
RUN fc-cache

CMD bash /start-libreoffice.sh</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>