Skip to content

Commit dfe2803

Browse files
authored
Merge pull request #583 from andyzhangx/remove-nfs-kernel-server-package
chore: remove nfs-kernel-server package
2 parents b59394c + c1c5cfb commit dfe2803

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pkg/blobplugin/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.0.0
1616
COPY ./_output/blobplugin /blobplugin
1717
RUN apt update && apt-mark unhold libcap2
18-
RUN clean-install ca-certificates libfuse-dev libcurl4-gnutls-dev libgnutls28-dev uuid-dev libgcrypt20-dev util-linux mount udev wget e2fsprogs nfs-common
18+
RUN clean-install ca-certificates libfuse-dev libcurl4-gnutls-dev libgnutls28-dev uuid-dev libgcrypt20-dev util-linux mount udev wget e2fsprogs nfs-common netbase
1919
# install updated packages to fix CVE issues
2020
RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0
2121
RUN mkdir /blobfuse-proxy/
@@ -24,8 +24,6 @@ COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
2424
COPY deploy/blobfuse-proxy/v0.1.0/blobfuse-proxy-v0.1.0.deb /blobfuse-proxy/
2525
RUN wget -O /blobfuse-proxy/packages-microsoft-prod.deb https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
2626
RUN dpkg -i /blobfuse-proxy/packages-microsoft-prod.deb && apt update && apt install blobfuse fuse -y
27-
# this is a workaround to install nfs-kernel-server and don't quit with error
28-
RUN apt install nfs-kernel-server -y || true
2927
RUN apt remove wget -y
3028
LABEL maintainers="andyzhangx"
3129
LABEL description="Azure Blob Storage CSI driver"

0 commit comments

Comments
 (0)