Skip to content

Commit

Permalink
Merge pull request #3 from europlanet-gmap/dev
Browse files Browse the repository at this point in the history
added rclone package required by downloadIsisData
  • Loading branch information
Hyradus authored Dec 29, 2022
2 parents ca59288 + df90511 commit f78a7bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfiles/isis-asp3.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ RUN set -x && \
source activate isis && \
conda config --append channels usgs-astrogeology && \
conda config --append channels default && \
mamba install -n isis -c usgs-astrogeology isis=$ISIS_VERSION && \
mamba install -n isis -c usgs-astrogeology isis=$ISIS_VERSION \
rclone && \
wget "https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/${ASP_VERSION}/${ASP_TAR}" && \
mkdir /opt/ASP && \
tar -xvf StereoPipeline-${ASP_VERSION}-2022-05-18-x86_64-Linux.tar.bz2 --strip 1 -C /opt/ASP && \
Expand Down

0 comments on commit f78a7bf

Please sign in to comment.