Skip to content
Snippets Groups Projects
Commit 24a0f0bd authored by Sujen Shah's avatar Sujen Shah
Browse files

Update dockerfile to bash install.sh

parent de815b84
No related branches found
No related tags found
No related merge requests found
Pipeline #14357 failed with stage
in 2 minutes and 4 seconds
......@@ -14,6 +14,6 @@ RUN cp /home/pkgs/isce2/infiles_dps/ISCE_config.sh /home/pkgs/isce2/ && \
cp /home/pkgs/isce2/infiles_dps/read_calibration_slc.py /home/pkgs/isce2/contrib/stack/topsStack/ && \
cp /home/pkgs/isce2/infiles_dps/SConfigISCE /home/.isce/
RUN /home/pkgs/isce2/infiles_dps/install.sh
RUN bash /home/pkgs/isce2/infiles_dps/install.sh
CMD ["/bin/bash"]
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