dashboard/env: fix 32-bit builds

(Fix from adg)

LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/136760043
This commit is contained in:
Brad Fitzpatrick 2014-08-26 00:41:41 -07:00
parent cb487641b8
commit cd6dcd8cb5
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ RUN apt-get install -y --no-install-recommends strace
RUN apt-get install -y --no-install-recommends gcc libc6-dev
# For 32-bit builds:
RUN apt-get install -y --no-install-recommends libc6-dev-i386
# TODO(bradfitz): move these into a 386 image that derives from this one.
RUN apt-get install -y --no-install-recommends libc6-dev-i386 gcc-multilib
# For interacting with the Go source & subrepos:
RUN apt-get install -y --no-install-recommends mercurial git-core subversion