This commit is contained in:
parent
86df55e7e8
commit
0f218b6666
@ -4,4 +4,10 @@ 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 apt-get install -y --no-install-recommends \
|
||||||
|
redis-server && \
|
||||||
|
apt-get -y clean && \
|
||||||
|
apt-get -y autoremove && \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY . ${WORKDIR}
|
COPY . ${WORKDIR}
|
||||||
|
Reference in New Issue
Block a user