Skip to content

Commit

Permalink
dockerfile: set noninteractive
Browse files Browse the repository at this point in the history
This stops tzdata asking you to enter timezones and things
  • Loading branch information
adrianherrera committed May 12, 2020
1 parent a299f3f commit 569b7da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
@@ -1,5 +1,7 @@
FROM ubuntu:rolling

ENV DEBIAN_FRONTEND noninteractive

RUN apt-get -y update && apt-get install -y \
gcc \
git \
Expand Down

0 comments on commit 569b7da

Please sign in to comment.