File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,11 @@ COPY --from=builder --chown=root:root /blobfuse-proxy /blobfuse-proxy
54
54
# packages that are only needed by aznfs: procps conntrack iptables bind9-host iproute2 bash netcat sysvinit-utils.
55
55
RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates uuid-dev util-linux mount udev e2fsprogs nfs-common netbase procps conntrack iptables bind9-host iproute2 bash netcat-traditional sysvinit-utils kmod
56
56
57
- COPY ./pkg/blobfuse-proxy/init.sh /blobfuse-proxy/
58
- COPY ./pkg/blobfuse-proxy/install-proxy.sh /blobfuse-proxy/
59
- COPY ./pkg/blobfuse-proxy/install-proxy-rhcos.sh /blobfuse-proxy/
57
+ COPY ./pkg/blobfuse-proxy/*.sh /blobfuse-proxy/
60
58
COPY ./pkg/blobfuse-proxy/blobfuse-proxy.service /blobfuse-proxy/
61
59
COPY ./_output/${ARCH}/blobfuse-proxy /blobfuse-proxy/
62
60
63
- RUN chmod +x /blobfuse-proxy/init.sh && \
64
- chmod +x /blobfuse-proxy/install-proxy-rhcos.sh && \
65
- chmod +x /blobfuse-proxy/install-proxy.sh && \
61
+ RUN chmod +x /blobfuse-proxy/*.sh && \
66
62
chmod +x /blobfuse-proxy/blobfuse-proxy.service && \
67
63
chmod +x /blobfuse-proxy/blobfuse-proxy
68
64
You can’t perform that action at this time.
0 commit comments