Skip to content

Commit

Permalink
[docker-base-stretch]: install rsyslog from stretch-backports (#5411)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
lguohan authored Sep 21, 2020
1 parent bb41312 commit 13d28f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dockers/docker-base-stretch/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ RUN apt-get update && \
procps \
python \
python-pip \
rsyslog \
vim-tiny \
# Install dependencies of supervisor
python-pkg-resources \
Expand All @@ -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

Expand Down

0 comments on commit 13d28f9

Please sign in to comment.