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
Raw Normal View History

FROM alerta/alerta-web:8.4.1
2021-01-08 10:39:15 +00:00
2021-01-11 10:25:13 +00:00
RUN /venv/bin/pip install dnspython==2.1.0
2021-01-11 18:15:41 +00:00
RUN /venv/bin/pip install "git+https://github.com/alerta/alerta-contrib.git@856a900528711eca05ccc3586ffd1106e4d091e3#subdirectory=integrations/mailer"
2021-01-08 10:39:15 +00:00
2021-01-11 18:15:41 +00:00
RUN /venv/bin/pip install "git+https://github.com/alerta/alerta-contrib.git@856a900528711eca05ccc3586ffd1106e4d091e3#subdirectory=plugins/rocketchat"
2021-01-11 18:59:25 +00:00
RUN /venv/bin/pip install redis==3.5.3