Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Volodymyr SAVCHENKO
osa-docker
Commits
c2e42c3e
Commit
c2e42c3e
authored
Jan 22, 2019
by
Carlo Ferrigno
Browse files
add ds9
parent
3d227c9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Dockerfile
Dockerfile
+6
-0
No files found.
Dockerfile
View file @
c2e42c3e
...
...
@@ -61,5 +61,11 @@ RUN wget https://www.isdc.unige.ch/integral/download/osa/cat/osa_cat-${isdc_ref_
mv
osa_cat-
${
isdc_ref_cat_version
}
/cat /data/
&&
\
rm
-rf
osa_cat-
${
isdc_ref_cat_version
}
RUN
wget http://ds9.si.edu/download/centos7/ds9.centos7.8.0.1.tar.gz
&&
\
tar
xvfz ds9.centos7.8.0.1.tar.gz
&&
\
chmod
a+x ds9
&&
\
mv
ds9 /usr/local/bin
&&
\
rm
-f
ds9.centos7.8.0.1.tar.gz
ADD
init.sh /init.sh
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment