Skip to content

Commit 7387fa3

Browse files
authored
revert: Revert Manual NPM Linux Dockerfile perl-base Package Installation (#3929)
removed manual installation of perl-base
1 parent 50e5f65 commit 7387fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/linux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ RUN CGO_ENABLED=0 go build -v -o /usr/local/bin/azure-npm -ldflags "-X main.vers
88

99
FROM mcr.microsoft.com/mirror/docker/library/ubuntu:24.04 AS linux
1010
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
11+
RUN apt-get update && apt-get install -y iptables ipset ca-certificates && apt-get autoremove -y && apt-get clean
1212
RUN chmod +x /usr/bin/azure-npm
1313
ENTRYPOINT ["/usr/bin/azure-npm", "start"]

0 commit comments

Comments
 (0)