[docker-base-stretch]: install rsyslog from stretch-backports (#5411)

Install a newer version of rsyslog from stretch-backports to support -iNONE

Previous backport from master use -iNONE option which is only
available after v8.32.0

Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
lguohan 2020-09-21 02:08:30 -07:00 committed by GitHub
parent bb41312055
commit 13d28f9d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,6 @@ RUN apt-get update && \
procps \
python \
python-pip \
rsyslog \
vim-tiny \
# Install dependencies of supervisor
python-pkg-resources \
@ -66,6 +65,9 @@ RUN apt-get -y install \
net-tools
{% endif %}
# Install a newer version of rsyslog from stretch-backports to support -iNONE
RUN apt-get -y -t stretch-backports install rsyslog
# For templating
RUN pip install j2cli