mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
disable flask warning
This commit is contained in:
parent
35ba5e2f7c
commit
da0598baef
@ -9,6 +9,7 @@ COPY --from=ffmpeg /usr/local /usr/local/
|
|||||||
|
|
||||||
COPY --from=wheels /wheels/. /wheels/
|
COPY --from=wheels /wheels/. /wheels/
|
||||||
|
|
||||||
|
ENV FLASK_ENV=development
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
# Install packages for apt repo
|
# Install packages for apt repo
|
||||||
RUN apt-get -qq update && apt-get -qq install --no-install-recommends -y \
|
RUN apt-get -qq update && apt-get -qq install --no-install-recommends -y \
|
||||||
|
Loading…
Reference in New Issue
Block a user