Skip to content

Commit a365e54

Browse files
committed
Removed apt-get source while OmniSharp#530 is fixed.
1 parent c473bc0 commit a365e54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/Dockerfile.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
FROM microsoft/dotnet:latest
22

3-
RUN printf "deb http://ftp.us.debian.org/debian jessie main\n" >> /etc/apt/sources.list
4-
53
COPY . /app
64
WORKDIR /app
75
RUN ["dotnet", "restore"]

0 commit comments

Comments
 (0)