Skip to content

Commit 4e08817

Browse files
authored
Update Dockerfile
1 parent 20e7ec6 commit 4e08817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN dnf install dnf-plugins-core libffi-devel java-latest-openjdk-devel wget su
66
cd $HOME && \
77
wget -nv https://ftp.eso.org/pub/dfs/pipelines/instruments/gravity/$GRAVITYKIT.tar.gz && \
88
tar xzf $GRAVITYKIT.tar.gz && rm -f $GRAVITYKIT.tar.gz && \
9-
cd $GRAVITYKIT && \
9+
cd $GRAVITYKIT && rm -rf cfitsio* && wget -nv https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-4.6.2.tar.gz && \
1010
sed -i '911d' install_pipeline && sed -i 's/\&confirm(/0 and \&confirm(/g' install_pipeline && \
1111
sed -i '0,/ -t STDIN ||/s/ -t STDIN ||/ -t STDIN;/g' install_pipeline && \
1212
echo "n" | ./install_pipeline && \

0 commit comments

Comments
 (0)