FROM stimela/base:1.2.0
RUN docker-apt-install python-numpy python-casacore
RUN pip install -U numpy scipy python-casacore
RUN pip install --no-deps git+https://github.com/bennahugo/RFIMasker

