Skip to content
Snippets Groups Projects
Commit 621c44df authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Ubuntu 20.04 fix: install tzdata with args

parent 89bd3423
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ ENV CUDA_VER=1.11 ...@@ -7,6 +7,7 @@ ENV CUDA_VER=1.11
#ENV PATH="/usr/lib/go-$GO_VER/bin/:${PATH}" #ENV PATH="/usr/lib/go-$GO_VER/bin/:${PATH}"
RUN apt update RUN apt update
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
RUN apt upgrade -y RUN apt upgrade -y
RUN apt install -y software-properties-common RUN apt install -y software-properties-common
RUN add-apt-repository -y ppa:longsleep/golang-backports RUN add-apt-repository -y ppa:longsleep/golang-backports
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment