FROM ubuntu:14.04 MAINTAINER Jacky Yu [email protected]
LABEL Description="AOSP Build Tools Base" Version="0.1"
RUN apt-get update &&
apt-get install -y
git-core gnupg flex bison gperf build-essential zip curl
zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386
lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev
ccache libgl1-mesa-dev libxml2-utils xsltproc unzip bc &&
apt-get clean
RUN curl https://storage.googleapis.com/git-repo-downloads/repo > /usr/bin/repo &&
chmod a+x /usr/bin/repo
Content type
Image
Digest
Size
198 MB
Last updated
over 10 years ago
docker pull jackyyu/aosp-build-base