Add missing dns dependency
This commit is contained in:
parent
775107b36e
commit
ab74d696cc
@ -4,4 +4,6 @@ EXPOSE 8080
|
|||||||
|
|
||||||
RUN /venv/bin/pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=integrations/mailer
|
RUN /venv/bin/pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=integrations/mailer
|
||||||
|
|
||||||
|
RUN /venv/bin/pip install dnspython==1.16.0
|
||||||
|
|
||||||
COPY . ${WORKDIR}
|
COPY . ${WORKDIR}
|
||||||
|
Reference in New Issue
Block a user