Skip to content

Commit d712a42

Browse files
committed
Changes for nvm where not added in this image
Signed-off-by: Roland Asmann <[email protected]>
1 parent 8fd500a commit d712a42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/images/ubuntu/Dockerfile.dotnet10

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Base-image
22
FROM mcr.microsoft.com/dotnet/sdk:10.0@sha256:ed46c853a4f100ba7aab2394e9fb9f9b8989e93346b04632dbce11e5da7623d8 AS base
33

4+
ARG GITHUB_RAW_URL=https://raw.githubusercontent.com
45
ARG GITHUB_URL=https://github.com
56
ARG NODE_24
67
ARG NODE_VERSION=${NODE_24}
78
ARG NODEJS_DIST_URL
89
ARG NPM_REPO
910
ARG NUGET_REPO
11+
ARG NVM
12+
ARG NVM_VERSION=${NVM}
1013
ARG PIP_CONFIG
1114
ARG UBUNTU_REPO
1215

0 commit comments

Comments
 (0)