Skip to content

Commit 29c2e2c

Browse files
committed
Update packages for CVE-2021-37750
1 parent 706c9c1 commit 29c2e2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ FROM nginx:1.21.3 AS debian
99

1010
RUN apt-get update \
1111
&& apt-get install --no-install-recommends --no-install-suggests -y libcap2-bin \
12+
# temporary fix for CVE-2021-37750
13+
&& apt-get install -y libkrb5-3 libk5crypto3 \
1214
&& rm -rf /var/lib/apt/lists/* \
1315
&& echo $NGINX_VERSION > nginx_version
1416

0 commit comments

Comments
 (0)