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

SW-720: typo trailing 's'

parent c2567a54
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
...@@ -67,7 +67,7 @@ ENV J=${J} CXX_FLAGS="--std=c++11 -W -Wall -Woverloaded-virtual -Wno-unknown-pra ...@@ -67,7 +67,7 @@ ENV J=${J} CXX_FLAGS="--std=c++11 -W -Wall -Woverloaded-virtual -Wno-unknown-pra
# #
# Base and runtime dependencies # Base and runtime dependencies
RUN apt-get update && apt-get install -y apt-utils aptitude && aptitude safe-upgrade -y && \ RUN apt-get update && apt-get install -y apt-utils aptitude && aptitude safe-upgrade -y && \
aptitude install -y bash-completion mc most htop nano sudo vim python3 libreadline${READLINE_VERSION} libncurses${NCURSES_VERSION} libopenblas-base libcfitsio-bin libwcs5 libfftw3-bin libhdf5-cpp-${LIBHDF5_VERSION} libboost-numpy${BOOST_VERSION}.1 python3-numpy python3-scipy python3-astropy libmunge2 s&& \ aptitude install -y bash-completion mc most htop nano sudo vim python3 libreadline${READLINE_VERSION} libncurses${NCURSES_VERSION} libopenblas-base libcfitsio-bin libwcs5 libfftw3-bin libhdf5-cpp-${LIBHDF5_VERSION} libboost-numpy${BOOST_VERSION}.1 python3-numpy python3-scipy python3-astropy libmunge2 && \
aptitude clean && \ aptitude clean && \
aptitude autoclean aptitude autoclean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment