Update Dockerfile

This commit is contained in:
Trey Yoder
2022-01-21 19:10:04 -05:00
committed by GitHub
parent 861711e440
commit bfe81143d2
+4 -1
View File
@@ -1,5 +1,8 @@
FROM ubuntu:latest FROM ubuntu:latest
RUN apt-get install -y tzdata
ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=US/Eastern
RUN apt-get update RUN apt-get update
RUN apt-get upgrade -y RUN apt-get upgrade -y