Skip to content
Snippets Groups Projects
Commit 48b79525 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task SW-563: Added missing &&

parent a90c9607
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ RUN apt-get update && apt-get install -y subversion swig ruby ruby-dev python-de
#
RUN apt-get update && apt-get install -y git cmake g++ swig python-dev libhdf5-dev && \
mkdir ${INSTALLDIR}/DAL && \
cd ${INSTALLDIR}/DAL && git clone https://github.com/nextgen-astrodata/DAL.git src && cd src && git checkout c60bd6f01fa9f296dcc3e6db835363222038165b && cd .. \
cd ${INSTALLDIR}/DAL && git clone https://github.com/nextgen-astrodata/DAL.git src && cd src && git checkout c60bd6f01fa9f296dcc3e6db835363222038165b && cd .. && \
mkdir ${INSTALLDIR}/DAL/build && cd ${INSTALLDIR}/DAL/build && cmake -DCMAKE_INSTALL_PREFIX=${INSTALLDIR}/DAL ../src && \
make -j ${J} && \
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