Skip to content
Snippets Groups Projects
Commit 12878e32 authored by Vladimir Kulikovskiy's avatar Vladimir Kulikovskiy
Browse files

Trial to add iRODS

parent ddda0023
No related branches found
No related tags found
No related merge requests found
FROM docker.km3net.de/base/singularity-py3:3.5.3
MAINTAINER Vladimir Kulikovskiy <vkulikovskiy@km3net.de>
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
RUN apt-get install -qq -y apt-utils
RUN apt-get install -qq -y bc
RUN zsh -c 'apt-get install -qq -y environment-modules'
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
RUN apt-get install -qq -y apt-utils
RUN apt-get install -qq -y bc
RUN zsh -c 'apt-get install -qq -y environment-modules'
RUN apt-get install -qq -y sed
RUN git clone git@git.km3net.de:common/irods-legacy && cd irods-legacy && \
sed -i 's/\$thisUserID == //' ./iRODS/scripts/perl/*pl && \
cd iRODS && ./scripts/configure && make && mkdir -p /opt/bin && cp clients/icommands/bin/* /opt/bin && \
cd / && rm -rf irods-legacy
\ No newline at end of file
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