Explorar el Código

fix fontconfig error

Blake Blackshear hace 4 años
padre
commit
d98751102a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      docker/Dockerfile.base

+ 1 - 0
docker/Dockerfile.base

@@ -10,6 +10,7 @@ COPY --from=ffmpeg /usr/local /usr/local/
 COPY --from=wheels /wheels/. /wheels/
 
 ENV FLASK_ENV=development
+ENV FONTCONFIG_PATH=/etc/fonts
 ENV DEBIAN_FRONTEND=noninteractive
 # Install packages for apt repo
 RUN apt-get -qq update \