Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
link /etc/localtime to Amsterdam
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Dec 18, 2023
1 parent 4b48e1c commit dc10e8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions containers/docker/rocky8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ RUN mkdir /usr/local/cuda

# Fix for Perl test failing due to not finding /etc/fstab
RUN touch /etc/fstab

# Fix for the following timezone issue when installing R:
# "date-time conversions do not work in 2020 -- is tzdata installed"
RUN ln -sf /usr/share/zoneinfo/Europe/Amsterdam /etc/localtime

0 comments on commit dc10e8f

Please sign in to comment.