Skip to content

Commit

Permalink
Set noninteractive so tests don't hang
Browse files Browse the repository at this point in the history
  • Loading branch information
timkimber committed Apr 25, 2020
1 parent 135fcec commit 472ea23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Dockerfile-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ FROM ubuntu:latest

# Note this image uses mawk1.3

# Set noninteractive otherwise tzdata hangs
ENV DEBIAN_FRONTEND noninteractive

# Update and install required software
RUN apt-get update --fix-missing
RUN apt-get install -y git curl dnsutils wget nginx-light
Expand Down
5 changes: 5 additions & 0 deletions test/Dockerfile-ubuntu-staging
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ FROM ubuntu:latest

# Note this image uses mawk1.3

# Set noninteractive otherwise tzdata hangs
ENV DEBIAN_FRONTEND noninteractive

# Ensure tests in this image use the staging server
ENV staging "true"
ENV DUCKDNS_TOKEN 1d616aa9-b8e4-4bb4-b312-3289de82badb

# Update and install required software
RUN apt-get update --fix-missing
RUN apt-get install -y git curl dnsutils wget nginx-light
Expand Down

0 comments on commit 472ea23

Please sign in to comment.