Skip to content

Commit

Permalink
don't reference somebody else's fork
Browse files Browse the repository at this point in the history
  • Loading branch information
simonLeary42 committed Jul 11, 2024
1 parent a66999b commit c3586a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN apt-get update \


RUN mkdir /tmp/git-repo; cd /tmp/git-repo ; \
git clone https://github.com/surak/Lmod.git ; \
git clone https://github.com/TACC/Lmod.git ; \
cd Lmod ; \
git fetch --tags; \
git checkout tags/8.7.34 ; \
Expand Down

0 comments on commit c3586a8

Please sign in to comment.