Add make Debian package installation non-interactive.

This commit is contained in:
Ben Sturmfels 2021-08-19 17:30:19 +10:00
parent 600b167ac5
commit 606184dde1
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0

View File

@ -50,6 +50,8 @@
#
# docker run --tty mediagoblin-python3 bash -c "bin/python -m pytest ./mediagoblin/tests --boxed"
ARG DEBIAN_FRONTEND=noninteractive
FROM debian:bullseye
# Install bootstrap and configure dependencies. Currently requires virtualenv