Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
fb8fb404
Commit
fb8fb404
authored
8 years ago
by
Jan Tattermusch
Browse files
Options
Downloads
Patches
Plain Diff
install dotnet cli into ubuntu1404 distribtest docker
parent
50e98574
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/dockerfile/distribtest/csharp_ubuntu1404_x64/Dockerfile
+17
-0
17 additions, 0 deletions
...s/dockerfile/distribtest/csharp_ubuntu1404_x64/Dockerfile
with
17 additions
and
0 deletions
tools/dockerfile/distribtest/csharp_ubuntu1404_x64/Dockerfile
+
17
−
0
View file @
fb8fb404
...
...
@@ -41,3 +41,20 @@ RUN apt-get update && apt-get install -y \
RUN
apt-get update
&&
apt-get
install
-y
nuget
RUN
apt-get update
&&
apt-get
install
-y
unzip
# Install dotnet CLI
RUN
apt-get
install
-y
apt-transport-https
RUN
sh
-c
'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
RUN
apt-key adv
--keyserver
apt-mo.trafficmanager.net
--recv-keys
417A0893
RUN
apt-get update
&&
apt-get
install
-y
dotnet-dev-1.0.0-preview2-003121
# Trigger the population of the local package cache for dotnet CLI
RUN
mkdir
warmup
\
&&
cd
warmup
\
&&
dotnet new
\
&&
cd
..
\
&&
rm
-rf
warmup
# TODO(jtattermusch): without libc-dev, netcoreapp1.0 targets fail with
# System.DllNotFoundException: Unable to load DLL 'libdl.so'
RUN
apt-get
install
-y
libc-dev
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment