File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 15
15
FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.0.0
16
16
COPY ./_output/blobplugin /blobplugin
17
17
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
19
19
# install updated packages to fix CVE issues
20
20
RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0
21
21
RUN mkdir /blobfuse-proxy/
@@ -24,8 +24,6 @@ COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
24
24
COPY deploy/blobfuse-proxy/v0.1.0/blobfuse-proxy-v0.1.0.deb /blobfuse-proxy/
25
25
RUN wget -O /blobfuse-proxy/packages-microsoft-prod.deb https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
26
26
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
29
27
RUN apt remove wget -y
30
28
LABEL maintainers="andyzhangx"
31
29
LABEL description="Azure Blob Storage CSI driver"
You can’t perform that action at this time.
0 commit comments