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.
2 parents 22b12bc + 61ea342 commit 2a4d5f7Copy full SHA for 2a4d5f7
pkg/blobplugin/Dockerfile
@@ -20,7 +20,7 @@ COPY ./_output/${ARCH}/blobplugin /blobplugin
20
RUN apt update && apt-mark unhold libcap2
21
RUN clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs nfs-common netbase
22
# install updated packages to fix CVE issues
23
-RUN clean-install libgmp10 bsdutils
+RUN clean-install libgmp10 bsdutils libssl1.1 openssl
24
RUN mkdir /blobfuse-proxy/
25
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
26
ARG ARCH=amd64
0 commit comments