Skip to content

Commit 67ced7f

Browse files
committed
env/linux-x86-std: add libraries required by x/mobile subrepo.
Change-Id: Ib33f9875354ab2d74700f8d213b01c013beee2d5 Reviewed-on: https://go-review.googlesource.com/12891 Reviewed-by: Andrew Gerrand <[email protected]>
1 parent 61344ad commit 67ced7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

env/linux-x86-std/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ RUN apt-get install -y --no-install-recommends net-tools ifupdown isc-dhcp-clien
2929
# And misc basic tools:
3030
RUN apt-get install -y --no-install-recommends procps lsof psmisc
3131

32+
# Required by x/mobile repo:
33+
RUN apt-get install -y --no-install-recommends libgles2-mesa-dev libopenal-dev fonts-droid
34+
3235
RUN apt-get clean
3336

3437
RUN mkdir -p /go1.4-amd64 && (curl --silent https://storage.googleapis.com/golang/go1.4.linux-amd64.tar.gz | tar -C /go1.4-amd64 -zxv)

0 commit comments

Comments
 (0)