redmine: run 'apt upgrade' in Dockerfile to get glibc fix from Debian

https://lwn.net/ml/oss-security/20231003175031.GA16924@localhost.localdomain/

Change-Id: Ice5c5e86cd519446fc59c09d64b20836f998d384
This commit is contained in:
Harald Welte 2023-10-04 14:10:41 +02:00
parent 3b40997ca6
commit 151cd681f2
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
FROM redmine:4.2-passenger
RUN apt-get update && \
apt-get -y upgrade && \
apt-get install -y --no-install-recommends \
graphviz \
imagemagick \