We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc2a96 commit 3b4ac49Copy full SHA for 3b4ac49
1 file changed
app/Dockerfile
@@ -44,6 +44,8 @@ RUN apt-get update -qq && \
44
# hadolint ignore=DL3008
45
RUN apt-get update -qq && \
46
apt-get install -y --no-install-recommends \
47
+ liblcms2-2 \
48
+ liblcms2-dev \
49
linux-libc-dev \
50
&& \
51
rm -rf /var/lib/apt/lists /var/cache/apt/archives
0 commit comments