Skip to content

Commit

Permalink
Set container environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
BerriJ committed Oct 15, 2024
1 parent cc98a94 commit 372f18b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ FROM ubuntu:noble@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5d
SHELL ["/bin/bash", "-c"]

ENV DISPLAY=:0 \
TZ=Europe/Berlin
TZ=Europe/Berlin \
container=TRUE

ARG USERNAME=ubuntu
ENV R_LIBS_USER=/home/$USERNAME/R/library
Expand Down

0 comments on commit 372f18b

Please sign in to comment.