let tzdata install without user input

This commit is contained in:
seanauff 2020-06-05 11:43:37 -04:00
parent 740185f682
commit 905419324d
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
FROM ubuntu:18.04 FROM ubuntu:18.04
ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=America/New_York
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
cmake \ cmake \
g++ \ g++ \