1
0
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:
Mattias Hansson
2019-03-28 18:32:39 +01:00
committed by Nico Williams
parent 3c4fcb1594
commit bcd594ed69

View File

@@ -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.