Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Mar 27, 2022
1 parent 5b9df4e commit f6cd7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/blobplugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY ${binary} /blobplugin
RUN apt update && apt-mark unhold libcap2
RUN clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs nfs-common netbase
# install updated packages to fix CVE issues
RUN clean-install libgmp10 bsdutils libssl1.1 openssl
RUN clean-install libgmp10 bsdutils libssl1.1 openssl libc-bin libsystemd0
RUN mkdir /blobfuse-proxy/
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
ARG ARCH=amd64
Expand Down

0 comments on commit f6cd7dd

Please sign in to comment.