fix fontconfig issue

This commit is contained in:
Blake Blackshear
2020-12-05 08:39:45 -06:00
parent e41db49ab8
commit cf5cc86588
5 changed files with 3 additions and 242 deletions

View File

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