Skip to content

Commit

Permalink
Install rsyslog in base Bluecherry container
Browse files Browse the repository at this point in the history
  • Loading branch information
curtishall committed Mar 18, 2020
1 parent 987ae92 commit 6fd98a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ RUN /usr/sbin/groupadd -r -f -g $BLUECHERRY_GROUP_ID bluecherry && \
apt-key add bluecherry.asc && \
wget --no-check-certificate --output-document=/etc/apt/sources.list.d/bluecherry-bionic.list https://dl.bluecherrydvr.com/sources.list.d/bluecherry-bionic-unstable.list && \
apt-get update && \
apt --no-install-recommends -y install mysql-client bluecherry
apt --no-install-recommends -y install rsyslog mysql-client bluecherry

COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf

CMD ["/usr/bin/supervisord"]
CMD ["/usr/bin/supervisord"]

0 comments on commit 6fd98a9

Please sign in to comment.