disable flask warning

This commit is contained in:
Blake Blackshear
2020-10-25 14:30:36 -05:00
parent 35ba5e2f7c
commit da0598baef
+1
View File
@@ -9,6 +9,7 @@ COPY --from=ffmpeg /usr/local /usr/local/
COPY --from=wheels /wheels/. /wheels/
ENV FLASK_ENV=development
ENV DEBIAN_FRONTEND=noninteractive
# Install packages for apt repo
RUN apt-get -qq update && apt-get -qq install --no-install-recommends -y \