Skip to content

Commit 4a4f210

Browse files
authored
Merge pull request #662 from andyzhangx/CVE-2022-1271
fix: CVE-2022-1271 in image build
2 parents eb96c79 + 1c91679 commit 4a4f210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobplugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY ${binary} /blobplugin
2121
RUN apt update && apt-mark unhold libcap2
2222
RUN clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs nfs-common netbase
2323
# install updated packages to fix CVE issues
24-
RUN clean-install libgmp10 bsdutils libssl1.1 openssl libc-bin libsystemd0 zlib1g
24+
RUN clean-install libgmp10 bsdutils libssl1.1 openssl libc-bin libsystemd0 zlib1g gzip liblzma5
2525
RUN mkdir /blobfuse-proxy/
2626
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
2727
ARG ARCH=amd64

0 commit comments

Comments
 (0)