File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ ADD --link --chown=101:0 https://raw.githubusercontent.com/nginxinc/k8s-common/m
6969ADD --link --chown=101:0 https://raw.githubusercontent.com/nginxinc/k8s-common/main/files/nap-waf-debian-11.repo nap-waf-11.sources
7070ADD --link --chown=101:0 https://raw.githubusercontent.com/nginxinc/k8s-common/main/files/nap-dos-debian-11.repo nap-dos-11.sources
7171
72- RUN --mount=from=busybox:uclibc ,src=/bin/,dst=/bin/ printf "%s\n " "Acquire::https::pkgs.nginx.com::User-Agent \" k8s-ic-$IC_VERSION${BUILD_OS##debian-plus}-apt\" ;" >> 90pkgs-nginx \
72+ RUN --mount=from=busybox:musl ,src=/bin/,dst=/bin/ printf "%s\n " "Acquire::https::pkgs.nginx.com::User-Agent \" k8s-ic-$IC_VERSION${BUILD_OS##debian-plus}-apt\" ;" >> 90pkgs-nginx \
7373 && sed -i -e "s;%VERSION%;${NGINX_PLUS_VERSION};g" *.sources \
7474 && sed -i -e "y/0/1/" -e "1,8s;/centos;/${NGINX_PLUS_VERSION}/centos;" *.repo
7575
You can’t perform that action at this time.
0 commit comments