Remove bogus redis-server install command
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-09 20:17:14 +02:00
parent 3ce87f57fd
commit b1496592bc
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 6 deletions

View File

@ -4,10 +4,4 @@ EXPOSE 8080
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}