Imported Upstream version 1.34.0
[platform/upstream/grpc.git] / tools / dockerfile / distribtest / csharp_alpine_x64 / Dockerfile
index 2ee336d..44d911c 100644 (file)
@@ -25,4 +25,9 @@ RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.30-r0/
 RUN apk add glibc-2.30-r0.apk
 
 # installing mono on alpine is hard and we don't really need it
-ENV SKIP_MONO_DISTRIBTEST=1
+ENV SKIP_NET45_DISTRIBTEST=1
+# we have a separate distribtest for netcoreapp3.1
+ENV SKIP_NETCOREAPP31_DISTRIBTEST=1
+# we have a separate distribtest for net5.0
+ENV SKIP_NET50_DISTRIBTEST=1
+