fix fontconfig error

This commit is contained in:
Blake Blackshear 2020-11-28 08:22:01 -06:00
parent 1acbeb813e
commit d98751102a

View File

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