Skip to content
Snippets Groups Projects
Commit ef848b46 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Remove space

Former-commit-id: 6c1c3b38
parent 00188da7
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ RUN cd /src/Dysco/ && \ ...@@ -65,7 +65,7 @@ RUN cd /src/Dysco/ && \
make install -j2 make install -j2
#---------------------------------------------- #----------------------------------------------
FROM kernsuite/base:4 as runner FROM kernsuite/base:5 as runner
COPY --from=builder /usr/local/ /usr/local COPY --from=builder /usr/local/ /usr/local
...@@ -85,13 +85,14 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ ...@@ -85,13 +85,14 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
libboost-system1.65.1 \ libboost-system1.65.1 \
libboost-signals1.65.1 \ libboost-signals1.65.1 \
libboost-test1.65.1 \ libboost-test1.65.1 \
libboost-python1.65-dev \ libboost-python1.65-dev \
libcfitsio5 \ libstationresponse2 \
libcasa-* \
libcfitsio5 \
libgtkmm-3.0 \ libgtkmm-3.0 \
libfftw3-3 \ libfftw3-3 \
libhdf5-cpp-100 \ libhdf5-cpp-100 \
libpng16-16 \ libpng16-16 \
libstationresponse0 \
libxml2 \ libxml2 \
python3.7 \ python3.7 \
python3-numpy \ python3-numpy \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment