Set DEBIAN_FRONTEND=noninteractive to fix master build
This commit is contained in:
parent
aab504ffd6
commit
5bd85e694d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue