This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
alerta/Dockerfile

10 lines
416 B
Docker

FROM alerta/alerta-web:8.5.0
RUN /venv/bin/pip install dnspython==2.1.0
RUN /venv/bin/pip install "git+https://github.com/alerta/alerta-contrib.git@856a900528711eca05ccc3586ffd1106e4d091e3#subdirectory=integrations/mailer"
RUN /venv/bin/pip install "git+https://github.com/alerta/alerta-contrib.git@856a900528711eca05ccc3586ffd1106e4d091e3#subdirectory=plugins/rocketchat"
RUN /venv/bin/pip install redis==3.5.3