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

Commit

Permalink
add empty /etc/fstab to fix failing Perl test
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Dec 15, 2023
1 parent 106f356 commit 4b48e1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions containers/docker/rocky8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ COPY containers/docker/rocky8/z01_StdEnv.sh /etc/profile.d/

# Fix for CUDA installation failures
RUN mkdir /usr/local/cuda

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

0 comments on commit 4b48e1c

Please sign in to comment.