Skip to content

Commit

Permalink
env: add subversion to the linux-x86-stretch dockerfile
Browse files Browse the repository at this point in the history
CL 114595 added git and hg to the stretch builder to fix cmd/go tests,
but I missed that one test is using svn. Add svn too.

Change-Id: I8c6555c1c71cecd4012136ca413008025deeef32
Reviewed-on: https://go-review.googlesource.com/114676
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
ALTree authored and bradfitz committed May 29, 2018
1 parent 094b883 commit 60a6a1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions env/linux-x86-stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN apt-get update && apt-get install -y \
openssh-server \
git \
mercurial \
subversion \
&& rm -rf /var/lib/apt/lists/*

RUN mkdir -p /go1.4-amd64 \
Expand Down

0 comments on commit 60a6a1c

Please sign in to comment.