Set DEBIAN_FRONTEND=noninteractive to fix master build

This commit is contained in:
Michael Mayer 2019-06-06 15:42:23 +02:00
parent aab504ffd6
commit 5bd85e694d

View file

@ -10,6 +10,8 @@ RUN make all install
# Base base image as photoprism/development
FROM ubuntu:18.04
ENV DEBIAN_FRONTEND noninteractive
WORKDIR /srv/photoprism
# Hide TensorFlow warnings