mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Dockerfile: Set noninteractive
Configure the environment to inform debconf that it's running in noninteractive mode, to avoid some warnings.
This commit is contained in:
committed by
Nico Williams
parent
3c4fcb1594
commit
bcd594ed69
@@ -1,5 +1,8 @@
|
||||
FROM debian:8
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive \
|
||||
DEBCONF_NONINTERACTIVE_SEEN=true
|
||||
|
||||
COPY . /app
|
||||
|
||||
# get dependencies, build, and remove anything we don't need for running jq.
|
||||
|
Reference in New Issue
Block a user