# Copyright (C) 2021 ASTRON (Netherlands Institute for Radio Astronomy)
# SPDX-License-Identifier: GPL-3.0-or-later

# base
FROM ubuntu:20.04
RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get upgrade -y && \
# install astronomy packages
    apt-get -y install libcfitsio-dev wcslib-dev \
# install misc packages
    wget git make cmake g++ doxygen \
# install dependencies
    libboost-all-dev libhdf5-dev libpython3-dev python3-pip \
    casacore-dev casacore-tools \
    && python3 -m pip install gcovr clang-format==9.0.0 cmake-format