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
f71384f3
Commit
f71384f3
authored
May 15, 2020
by
Carlo Ferrigno
Browse files
Catalog 43
parent
aed40e3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
f71384f3
...
...
@@ -55,7 +55,7 @@ RUN cd /opt/ && \
rm
-fv
osa-
${
OSA_VERSION
}
-
*
.tar.gz
&&
\
mv
osa11 osa
;
\
fi
&&
\
echo
$'export ISDC_REF_CAT=/data/cat/hec/gnrl_refr_cat_004
2
.fits #TODO: use a variable, substitute from build time
\n\
echo
$'export ISDC_REF_CAT=/data/cat/hec/gnrl_refr_cat_004
3
.fits #TODO: use a variable, substitute from build time
\n\
export ISDC_OMC_CAT=/data/cat/omc/omc_refr_cat_0005.fits
\n\
export REP_BASE_PROD=/data
\n\
export ISDC_ENV=/opt/osa
\n\
...
...
@@ -63,7 +63,7 @@ RUN cd /opt/ && \
ARG
isdc_ref_cat_version=4
2
.0
ARG
isdc_ref_cat_version=4
3
.0
RUN
wget
-q
https://www.isdc.unige.ch/integral/download/osa/cat/osa_cat-
${
isdc_ref_cat_version
}
.tar.gz
&&
\
tar
xvzf osa_cat-
${
isdc_ref_cat_version
}
.tar.gz
&&
\
...
...
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