File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ ENV DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
21
21
# Workarounds https://github.com/dotnet/cli/issues/8738
22
22
ENV DOTNET_INSTALL_SKIP_PREREQS=1
23
23
ENV KOREBUILD_SKIP_RUNTIME_INSTALL=1
24
+ ENV IsAlpineSupported=true
24
25
25
26
COPY global.json /tmp/global.json
26
27
RUN DOTNET_SDK_VERSION="$(jq -r '.sdk.version' /tmp/global.json)" \
@@ -29,5 +30,3 @@ RUN DOTNET_SDK_VERSION="$(jq -r '.sdk.version' /tmp/global.json)" \
29
30
&& mkdir -p /usr/share/dotnet \
30
31
&& tar xzf /tmp/dotnet.tar.gz -C /usr/share/dotnet \
31
32
&& ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
32
-
33
- ENTRYPOINT [ './build.sh' , '/p:IsAlpineSupported=true' ]
Original file line number Diff line number Diff line change @@ -108,4 +108,5 @@ docker run \
108
108
-v " $DIR :/code/build" \
109
109
${docker_args[@]+" ${docker_args[@]} " } \
110
110
$tagname \
111
+ ./build.sh \
111
112
${build_args[@]+" ${build_args[@]} " }
You can’t perform that action at this time.
0 commit comments