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.
1 parent 61344ad commit 67ced7fCopy full SHA for 67ced7f
env/linux-x86-std/Dockerfile
@@ -29,6 +29,9 @@ RUN apt-get install -y --no-install-recommends net-tools ifupdown isc-dhcp-clien
29
# And misc basic tools:
30
RUN apt-get install -y --no-install-recommends procps lsof psmisc
31
32
+# Required by x/mobile repo:
33
+RUN apt-get install -y --no-install-recommends libgles2-mesa-dev libopenal-dev fonts-droid
34
+
35
RUN apt-get clean
36
37
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