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 22244c1 commit 2e1601aCopy full SHA for 2e1601a
npm/linux.Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /usr/local/src
6
COPY . .
7
RUN CGO_ENABLED=0 go build -v -o /usr/local/bin/azure-npm -ldflags "-X main.version="$VERSION" -X "$NPM_AI_PATH"="$NPM_AI_ID"" -gcflags="-dwarflocationlists=true" npm/cmd/*.go
8
9
-FROM mcr.microsoft.com/oss/mirror/docker.io/library/ubuntu:20.04
+FROM mcr.microsoft.com/mirror/docker/library/ubuntu:20.04
10
COPY --from=builder /usr/local/bin/azure-npm /usr/bin/azure-npm
11
COPY --from=builder /usr/local/src/npm/scripts /usr/local/npm
12
RUN apt-get update && apt-get install -y iptables ipset ca-certificates && apt-get autoremove -y && apt-get clean
0 commit comments