Skip to content

Commit

Permalink
chore: set TZ
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjared committed Apr 18, 2024
1 parent 486e9da commit 4b9201b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ FROM ubuntu:20.04 as base

MAINTAINER Jared Lewis <[email protected]>

ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Etc/UTC

RUN apt-get update && \
apt-get install -y sudo curl build-essential gfortran m4 csh git jq wget aria2 imagemagick libmpich-dev file && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 4b9201b

Please sign in to comment.