Skip to content

Commit

Permalink
env/linux-x86-stretch: add netbase
Browse files Browse the repository at this point in the history
Turns out I broke the linux-amd64 builder after CL 170282 because it
hadn't been deployed in a long time and there must've been some
refactoring in the Dockerfile meanwhile that didn't quite work.

Perhaps the --no-install-recommends was a recent addition and we were
previously getting the "netbase" package implicitly.

In any case, we need netbase to get /etc/services.

Deployed this & builds work again.

Change-Id: I9564d40a6bfe6f2606dafab10d66ffb914fcce18
Reviewed-on: https://go-review.googlesource.com/c/build/+/170283
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
bradfitz committed Apr 2, 2019
1 parent 335aaf8 commit 31fad79
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 @@ -18,6 +18,7 @@ ENV DEBIAN_FRONTEND noninteractive
# libgles2-mesa-dev libopenal-dev fonts-droid: required by x/mobile repo
RUN apt-get update && apt-get install -y \
--no-install-recommends \
netbase \
ca-certificates \
curl \
gdb \
Expand Down

0 comments on commit 31fad79

Please sign in to comment.