We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e7ec6 commit 4e08817Copy full SHA for 4e08817
Dockerfile
@@ -6,7 +6,7 @@ RUN dnf install dnf-plugins-core libffi-devel java-latest-openjdk-devel wget su
6
cd $HOME && \
7
wget -nv https://ftp.eso.org/pub/dfs/pipelines/instruments/gravity/$GRAVITYKIT.tar.gz && \
8
tar xzf $GRAVITYKIT.tar.gz && rm -f $GRAVITYKIT.tar.gz && \
9
- cd $GRAVITYKIT && \
+ cd $GRAVITYKIT && rm -rf cfitsio* && wget -nv https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-4.6.2.tar.gz && \
10
sed -i '911d' install_pipeline && sed -i 's/\&confirm(/0 and \&confirm(/g' install_pipeline && \
11
sed -i '0,/ -t STDIN ||/s/ -t STDIN ||/ -t STDIN;/g' install_pipeline && \
12
echo "n" | ./install_pipeline && \
0 commit comments