We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e5f65 commit 7387fa3Copy full SHA for 7387fa3
npm/linux.Dockerfile
@@ -8,6 +8,6 @@ RUN CGO_ENABLED=0 go build -v -o /usr/local/bin/azure-npm -ldflags "-X main.vers
8
9
FROM mcr.microsoft.com/mirror/docker/library/ubuntu:24.04 AS linux
10
COPY --from=builder /usr/local/bin/azure-npm /usr/bin/azure-npm
11
-RUN apt-get update && apt-get install -y perl-base=5.38.2-3.2ubuntu0.2 iptables ipset ca-certificates && apt-get autoremove -y && apt-get clean
+RUN apt-get update && apt-get install -y iptables ipset ca-certificates && apt-get autoremove -y && apt-get clean
12
RUN chmod +x /usr/bin/azure-npm
13
ENTRYPOINT ["/usr/bin/azure-npm", "start"]
0 commit comments