Ignore https://linux.die.net/man/3/dlerror by lychee (#2976)
This commit is contained in:
parent
c93d9ec8f8
commit
2b12b1c042
|
|
@ -1 +1,2 @@
|
||||||
localhost
|
localhost
|
||||||
|
https://linux.die.net/man/3/dlerror
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ ENV gRPC_PluginFullPath=/usr/bin/grpc_csharp_plugin
|
||||||
# Install older sdks using the install script
|
# Install older sdks using the install script
|
||||||
RUN curl -sSL https://dot.net/v1/dotnet-install.sh --output dotnet-install.sh \
|
RUN curl -sSL https://dot.net/v1/dotnet-install.sh --output dotnet-install.sh \
|
||||||
&& echo "SHA256: $(sha256sum dotnet-install.sh)" \
|
&& echo "SHA256: $(sha256sum dotnet-install.sh)" \
|
||||||
&& echo "8262a34469d0fc23a1262ec8bad014cf5af40ee93aa7656529115abf3760fe76 dotnet-install.sh" | sha256sum -c \
|
&& echo "a07fe1945b0e619797125f08762195227e7a76218deeabea0f88d3a0c0588964 dotnet-install.sh" | sha256sum -c \
|
||||||
&& chmod +x ./dotnet-install.sh \
|
&& chmod +x ./dotnet-install.sh \
|
||||||
&& ./dotnet-install.sh -v 6.0.414 --install-dir /usr/share/dotnet --no-path \
|
&& ./dotnet-install.sh -v 6.0.414 --install-dir /usr/share/dotnet --no-path \
|
||||||
&& rm dotnet-install.sh
|
&& rm dotnet-install.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue