Skip to content

Commit

Permalink
Changed singularity version
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlemoine committed Apr 30, 2018
1 parent 3319924 commit a9f31f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update --fix-missing \
&& apt-get install -y environment-modules squashfs-tools libtool libarchive-dev \
&& git clone https://github.com/singularityware/singularity.git \
&& cd singularity \
&& git checkout 2.5.0-rc1 \
&& git checkout 2.5.0 \
&& ./autogen.sh \
&& ./configure --prefix=/usr/local \
&& make \
Expand Down

0 comments on commit a9f31f9

Please sign in to comment.