Skip to content

Commit

Permalink
Merge pull request #92 from andyzhangx/remove-unnecessary-cve-packages
Browse files Browse the repository at this point in the history
cleanup: remove unnecessary CVE packages
  • Loading branch information
k8s-ci-robot authored Jan 25, 2022
2 parents d2ac659 + 4d7db31 commit 1a5d604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.1.0
RUN apt update && apt-mark unhold libcap2
RUN clean-install ca-certificates mount
# install updated packages to fix CVE issues
RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libgmp10 bsdutils
RUN clean-install libgmp10 bsdutils

# Copy iscsiplugin.sh
COPY iscsiplugin.sh /iscsiplugin.sh
Expand Down

0 comments on commit 1a5d604

Please sign in to comment.