Skip to content

Commit

Permalink
Dockerfile: Set noninteractive
Browse files Browse the repository at this point in the history
Configure the environment to inform debconf that it's running in
noninteractive mode, to avoid some warnings.
  • Loading branch information
orzen authored and nicowilliams committed Mar 29, 2019
1 parent 3c4fcb1 commit bcd594e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit bcd594e

Please sign in to comment.