Skip to content

Commit

Permalink
Merge pull request #229 from b-bird/armada-python3-only
Browse files Browse the repository at this point in the history
Dockerfile for microservice_dotnet updated to prevent errors on build
  • Loading branch information
cerebroganymede authored Feb 1, 2021
2 parents 8c8d2a6 + e81966d commit a252ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-containers/microservice_dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ MAINTAINER Cerebro <cerebro@ganymede.eu>
RUN sh -c 'echo "deb [arch=amd64] http://apt-mo.trafficmanager.net/repos/dotnet-release/ xenial main" > /etc/apt/sources.list.d/dotnetdev.list' \
&& apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893 \
&& apt-get update \
&& apt-get install -y dotnet-dev-1.0.0-preview2-003156
&& apt-get install -y --allow-unauthenticated dotnet-dev-1.0.0-preview2-003156

0 comments on commit a252ab5

Please sign in to comment.