Sfoglia il codice sorgente

install font package discovered via `apt-get install --yes fonts-*-ttf && strace -e openat brave-browser ...`

https://github.com/fphammerle/docker-brave-browser/issues/1#issuecomment-819769969
Fabian Peter Hammerle 3 anni fa
parent
commit
2a83fb7ea9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -12,7 +12,7 @@ FROM docker.io/debian:10.9-slim
 RUN apt-get update \
     && apt-get install --yes --no-install-recommends \
         ca-certificates \
-        fonts-tlwg-waree-ttf \
+        fonts-tlwg-loma-ttf \
         gnupg \
         libgl1 \
     && apt-key adv --keyserver pool.sks-keyservers.net \