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 @@ -8,6 +8,6 @@ RUN CGO_ENABLED=0 go build -v -o /usr/local/bin/azure-npm -ldflags "-X main.vers
8
8
9
9
FROM mcr.microsoft.com/mirror/docker/library/ubuntu:20.04
10
10
COPY --from=builder /usr/local/bin/azure-npm /usr/bin/azure-npm
11
- RUN apt-get update && apt-get install -y libc-bin=2.31-0ubuntu9.17 libc6=2.31-0ubuntu9.17 libtasn1-6=4.16.0-2ubuntu0.1 iptables ipset ca-certificates && apt-get autoremove -y && apt-get clean
11
+ RUN apt-get update && apt-get install -y libc-bin=2.31-0ubuntu9.17 libc6=2.31-0ubuntu9.17 libtasn1-6=4.16.0-2ubuntu0.1 libgnutls30=3.6.13-2ubuntu1.12 iptables ipset ca-certificates && apt-get autoremove -y && apt-get clean
12
12
RUN chmod +x /usr/bin/azure-npm
13
13
ENTRYPOINT ["/usr/bin/azure-npm" , "start" ]
You can’t perform that action at this time.
0 commit comments