Skip to content

Commit

Permalink
Merge pull request #50 from peter-evans/fix-noninteractive
Browse files Browse the repository at this point in the history
Change DEBIAN_FRONTEND=noninteractive to ARG directive
  • Loading branch information
peter-evans authored Sep 8, 2018
2 parents f73e755 + 49e5fd4 commit 9f52baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1.17/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM peterevans/xenial-gcloud:1.2.14
FROM peterevans/xenial-gcloud:1.2.19

MAINTAINER Peter Evans <pete.evans@gmail.com>

ENV OSRM_VERSION 5.18.0

# Let the container know that there is no TTY
ENV DEBIAN_FRONTEND noninteractive
ARG DEBIAN_FRONTEND=noninteractive

# Install packages
RUN apt-get -y update \
Expand Down

0 comments on commit 9f52baf

Please sign in to comment.