We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1794fe6 + f5ff594 commit 534bd0aCopy full SHA for 534bd0a
ubuntu/golang/1.11/Dockerfile
@@ -29,7 +29,7 @@ RUN set -ex \
29
&& echo "deb https://download.mono-project.com/repo/ubuntu stable-trusty main" | tee /etc/apt/sources.list.d/mono-official-stable.list \
30
&& apt-get update \
31
&& apt-get install software-properties-common -y --no-install-recommends \
32
- && apt-add-repository ppa:git-core/ppa \
+ && apt-add-repository -y ppa:git-core/ppa \
33
34
&& apt-get install git=1:2.* -y --no-install-recommends \
35
&& git version \
0 commit comments