Skip to content

Commit 534bd0a

Browse files
authored
Merge pull request #203 from lisp-ceo/issue-202-update-apt-add-repo-to-build-non-interactively
[#202] Unable to build aws/codebuild/golang/1.11 noninteractively
2 parents 1794fe6 + f5ff594 commit 534bd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu/golang/1.11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN set -ex \
2929
&& echo "deb https://download.mono-project.com/repo/ubuntu stable-trusty main" | tee /etc/apt/sources.list.d/mono-official-stable.list \
3030
&& apt-get update \
3131
&& apt-get install software-properties-common -y --no-install-recommends \
32-
&& apt-add-repository ppa:git-core/ppa \
32+
&& apt-add-repository -y ppa:git-core/ppa \
3333
&& apt-get update \
3434
&& apt-get install git=1:2.* -y --no-install-recommends \
3535
&& git version \

0 commit comments

Comments
 (0)