Skip to content

Commit 3b4ac49

Browse files
fix: patch Dockerfile for OS-level CVEs flagged by Trivy/Anchore (#1693)
Co-authored-by: bencalegari <4923102+bencalegari@users.noreply.github.com>
1 parent 3dc2a96 commit 3b4ac49

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ RUN apt-get update -qq && \
4444
# hadolint ignore=DL3008
4545
RUN apt-get update -qq && \
4646
apt-get install -y --no-install-recommends \
47+
liblcms2-2 \
48+
liblcms2-dev \
4749
linux-libc-dev \
4850
&& \
4951
rm -rf /var/lib/apt/lists /var/cache/apt/archives

0 commit comments

Comments
 (0)