alerta/Dockerfile
Luke Murphy 10366a3863
All checks were successful
continuous-integration/drone/push Build is passing
Try using Redis for AMQP
2021-01-11 19:59:25 +01:00

10 lines
416 B
Docker

FROM alerta/alerta-web:8.3.3
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