Add make Debian package installation non-interactive.
This commit is contained in:
parent
600b167ac5
commit
606184dde1
@ -50,6 +50,8 @@
|
|||||||
#
|
#
|
||||||
# docker run --tty mediagoblin-python3 bash -c "bin/python -m pytest ./mediagoblin/tests --boxed"
|
# docker run --tty mediagoblin-python3 bash -c "bin/python -m pytest ./mediagoblin/tests --boxed"
|
||||||
|
|
||||||
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
FROM debian:bullseye
|
FROM debian:bullseye
|
||||||
|
|
||||||
# Install bootstrap and configure dependencies. Currently requires virtualenv
|
# Install bootstrap and configure dependencies. Currently requires virtualenv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user