We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04c544 commit d329f5fCopy full SHA for d329f5f
pkg/blobplugin/Dockerfile
@@ -18,10 +18,9 @@ ARG ARCH=amd64
18
ARG binary=./_output/${ARCH}/blobplugin
19
COPY ${binary} /blobplugin
20
21
-RUN apt update && apt-mark unhold libcap2
+RUN apt update && apt upgrade -y && apt-mark unhold libcap2
22
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
+
25
RUN mkdir /blobfuse-proxy/
26
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
27
ARG ARCH=amd64
0 commit comments