summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMario Emmenlauer <memmenlauer@biodataanalysis.de>2021-08-30 10:54:39 +0200
committerMario Emmenlauer <memmenlauer@biodataanalysis.de>2021-08-30 11:25:55 +0200
commit96ed727098396af1813ffbd0c869fa529e9103b7 (patch)
tree7c42e7a5652f1505268956314176e7b1d9cb60d2 /build
parent17373a3f357cc81ab03fd02c316ad66b9c5ea260 (diff)
downloadthrift-96ed727098396af1813ffbd0c869fa529e9103b7.tar.gz
build/docker/*/Dockerfile: Added dotnet additional dependencies
Diffstat (limited to 'build')
-rw-r--r--build/docker/old/debian-stretch/Dockerfile5
-rw-r--r--build/docker/old/ubuntu-artful/Dockerfile7
-rw-r--r--build/docker/ubuntu-bionic/Dockerfile7
-rw-r--r--build/docker/ubuntu-disco/Dockerfile7
-rw-r--r--build/docker/ubuntu-xenial/Dockerfile5
5 files changed, 23 insertions, 8 deletions
diff --git a/build/docker/old/debian-stretch/Dockerfile b/build/docker/old/debian-stretch/Dockerfile
index ebb5e24eb..541223ca4 100644
--- a/build/docker/old/debian-stretch/Dockerfile
+++ b/build/docker/old/debian-stretch/Dockerfile
@@ -102,7 +102,10 @@ ENV PATH /usr/lib/dart/bin:$PATH
# project isn't ready for this quite yet:
# RUN apt-get install -y --no-install-recommends \
# `# dotnet core dependencies` \
-# dotnet-sdk-5.0
+# dotnet-sdk-5.0 \
+# dotnet-runtime-5.0 \
+# aspnetcore-runtime-5.0 \
+# dotnet-apphost-pack-5.0
RUN apt-get install -y --no-install-recommends \
`# Erlang dependencies` \
diff --git a/build/docker/old/ubuntu-artful/Dockerfile b/build/docker/old/ubuntu-artful/Dockerfile
index cb723a20e..282429ad7 100644
--- a/build/docker/old/ubuntu-artful/Dockerfile
+++ b/build/docker/old/ubuntu-artful/Dockerfile
@@ -114,13 +114,16 @@ RUN \
rm -rf openssl-master
RUN apt-get install -y --no-install-recommends \
- `# Dart dependencies` \
+`# Dart dependencies` \
dart=$DART_VERSION
ENV PATH /usr/lib/dart/bin:$PATH
RUN apt-get install -y --no-install-recommends \
`# dotnet core dependencies` \
- dotnet-sdk-5.0
+ dotnet-sdk-5.0 \
+ dotnet-runtime-5.0 \
+ aspnetcore-runtime-5.0 \
+ dotnet-apphost-pack-5.0
RUN apt-get install -y --no-install-recommends \
`# Erlang dependencies` \
diff --git a/build/docker/ubuntu-bionic/Dockerfile b/build/docker/ubuntu-bionic/Dockerfile
index fc086cff8..bd82225ea 100644
--- a/build/docker/ubuntu-bionic/Dockerfile
+++ b/build/docker/ubuntu-bionic/Dockerfile
@@ -120,13 +120,16 @@ RUN \
ENV DART_VERSION 2.7.2-1
RUN apt-get install -y --no-install-recommends \
- `# Dart dependencies` \
+`# Dart dependencies` \
dart=$DART_VERSION
ENV PATH /usr/lib/dart/bin:$PATH
RUN apt-get install -y --no-install-recommends \
`# dotnet core dependencies` \
- dotnet-sdk-5.0
+ dotnet-sdk-5.0 \
+ dotnet-runtime-5.0 \
+ aspnetcore-runtime-5.0 \
+ dotnet-apphost-pack-5.0
RUN apt-get install -y --no-install-recommends \
`# Erlang dependencies` \
diff --git a/build/docker/ubuntu-disco/Dockerfile b/build/docker/ubuntu-disco/Dockerfile
index af8f47f8b..6b35915f2 100644
--- a/build/docker/ubuntu-disco/Dockerfile
+++ b/build/docker/ubuntu-disco/Dockerfile
@@ -120,13 +120,16 @@ RUN \
ENV DART_VERSION 2.7.2-1
RUN apt-get install -y --no-install-recommends \
- `# Dart dependencies` \
+`# Dart dependencies` \
dart=$DART_VERSION
ENV PATH /usr/lib/dart/bin:$PATH
RUN apt-get install -y --no-install-recommends \
`# dotnet core dependencies` \
- dotnet-sdk-5.0
+ dotnet-sdk-5.0 \
+ dotnet-runtime-5.0 \
+ aspnetcore-runtime-5.0 \
+ dotnet-apphost-pack-5.0
RUN apt-get install -y --no-install-recommends \
`# Erlang dependencies` \
diff --git a/build/docker/ubuntu-xenial/Dockerfile b/build/docker/ubuntu-xenial/Dockerfile
index 3443f9242..1d78a28b2 100644
--- a/build/docker/ubuntu-xenial/Dockerfile
+++ b/build/docker/ubuntu-xenial/Dockerfile
@@ -113,7 +113,10 @@ ENV PATH /usr/lib/dart/bin:$PATH
RUN apt-get install -y --no-install-recommends \
`# dotnet core dependencies` \
- dotnet-sdk-5.0
+ dotnet-sdk-5.0 \
+ dotnet-runtime-5.0 \
+ aspnetcore-runtime-5.0 \
+ dotnet-apphost-pack-5.0
RUN apt-get install -y --no-install-recommends \
`# Erlang dependencies` \