Skip to content
Snippets Groups Projects
Commit f1d83e57 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix typo

parent 431e4e27
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@ FROM debian:stretch
RUN pip install sregistry[all]
RUN sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers
RUN cd /tmp && git clone -b vault/release-2.5 https://www.github.com/sylabs/singularity.git && cd singularity && /autogen.sh && ./configure --prefix=/usr/local && make && make install
RUN cd /tmp && git clone -b vault/release-2.5 https://www.github.com/sylabs/singularity.git && cd singularity && ./autogen.sh && ./configure --prefix=/usr/local && make && make install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment