Skip to content

Commit d329f5f

Browse files
committed
chore: refine package patching in image build
1 parent d04c544 commit d329f5f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkg/blobplugin/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ ARG ARCH=amd64
1818
ARG binary=./_output/${ARCH}/blobplugin
1919
COPY ${binary} /blobplugin
2020

21-
RUN apt update && apt-mark unhold libcap2
21+
RUN apt update && apt upgrade -y && apt-mark unhold libcap2
2222
RUN clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs nfs-common netbase
23-
# install updated packages to fix CVE issues
24-
RUN clean-install libgmp10 bsdutils libssl1.1 openssl libc-bin libsystemd0 zlib1g gzip liblzma5
23+
2524
RUN mkdir /blobfuse-proxy/
2625
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
2726
ARG ARCH=amd64

0 commit comments

Comments
 (0)