Skip to content

Commit

Permalink
Workaround for bug in libmi.
Browse files Browse the repository at this point in the history
  • Loading branch information
danports committed Mar 28, 2019
1 parent e439215 commit 63deb61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM mcr.microsoft.com/dotnet/core/runtime-deps:2.1-bionic AS base
RUN apt-get update && apt-get install -y gss-ntlmssp
FROM mcr.microsoft.com/dotnet/core/runtime:2.1 AS base
RUN apt-get update && apt-get install -y gss-ntlmssp && echo 'http 80/tcp www www-http' > /etc/services
# TODO: Clear apt cache.

0 comments on commit 63deb61

Please sign in to comment.