FROM stimela/base:1.0.1
RUN docker-apt-install python-casacore \
                       xvfb \
                       texmaker \
                       dvipng \
                       python-tk

RUN pip install --upgrade pip
RUN pip install rfinder -U
