Skip to content

Commit f2f5222

Browse files
authored
Update Dockerfile
1 parent fcdc1e7 commit f2f5222

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DockerBase/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ MAINTAINER GitTools Maintainers <[email protected]>
55
# Wheezy doesn't support glibc 2.15 which libgit2sharp requires
66
# So we are going to install mono on ubuntu instead
77
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
8-
RUN echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list
9-
.d/mono-xamarin.list
8+
RUN echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list.d/mono-xamarin.list
109
RUN apt-get update && apt-get install libcurl3 tzdata unzip curl git-all mono-complete -y && apt-get -yqq clean
1110
RUN cp /usr/share/zoneinfo/GMT /etc/localtime

0 commit comments

Comments
 (0)