File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,11 @@ COPY --from=builder --chown=root:root /usr/local/bin/azcopy /usr/local/bin/azcop
35
35
36
36
RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates cifs-utils util-linux e2fsprogs mount udev xfsprogs nfs-common netbase
37
37
38
- COPY ./pkg/azurefile-proxy/init.sh /azurefile-proxy/
39
- COPY ./pkg/azurefile-proxy/install-proxy.sh /azurefile-proxy/
38
+ COPY ./pkg/azurefile-proxy/*.sh /azurefile-proxy/
40
39
COPY ./pkg/azurefile-proxy/azurefile-proxy.service /azurefile-proxy/
41
40
COPY ./_output/${ARCH}/azurefile-proxy /azurefile-proxy/
42
41
43
- RUN chmod +x /azurefile-proxy/init.sh && \
44
- chmod +x /azurefile-proxy/install-proxy.sh && \
42
+ RUN chmod +x /azurefile-proxy/*.sh && \
45
43
chmod +x /azurefile-proxy/azurefile-proxy.service && \
46
44
chmod +x /azurefile-proxy/azurefile-proxy
47
45
You can’t perform that action at this time.
0 commit comments