aboutsummaryrefslogtreecommitdiff
path: root/xenial-amd64
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-07-30 10:30:09 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-07-30 10:42:09 +0300
commit4759fdd7f34110272baaaa008594076e3f18a304 (patch)
tree68066105caa3d6e02ac49b45e2b79642b0d3caf4 /xenial-amd64
parent7186d747ebfd706773d0f051f0499d40ea55d4f2 (diff)
xenial-amd64: modifications for ART (M and master)
Change-Id: I08cc709256f74f962b83b1cb1356a6dc17cf899b Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Diffstat (limited to 'xenial-amd64')
-rw-r--r--xenial-amd64/Dockerfile10
1 files changed, 9 insertions, 1 deletions
diff --git a/xenial-amd64/Dockerfile b/xenial-amd64/Dockerfile
index efa4350..fbcb320 100644
--- a/xenial-amd64/Dockerfile
+++ b/xenial-amd64/Dockerfile
@@ -5,6 +5,9 @@ COPY *.list *.key /etc/apt/sources.list.d/
RUN dpkg --add-architecture i386 \
&& apt-key add /etc/apt/sources.list.d/*.key \
&& apt-get update \
+ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends software-properties-common \
+ && add-apt-repository -y ppa:git-core/ppa \
+ && apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get dist-upgrade -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y devscripts \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
@@ -31,14 +34,18 @@ RUN dpkg --add-architecture i386 \
gcc-aarch64-linux-gnu \
gcc-arm-linux-gnueabihf \
gdisk \
+ genisoimage \
git \
+ gperf \
kernel-wedge \
kpartx \
lava-tool \
lcov \
less \
+ lib32ncurses5 \
libstdc++6:i386 \
libtool \
+ libxml2-utils \
linaro-image-tools \
lsb-release \
make \
@@ -55,8 +62,9 @@ RUN dpkg --add-architecture i386 \
u-boot-tools \
uuid-dev \
wget \
+ xml-twig-tools \
zip \
- zlib1g:i386 \
+ zlib1g-dev:i386 \
zsync \
&& wget -q \
http://de.archive.ubuntu.com/ubuntu/pool/main/m/make-dfsg/make_3.81-8.2ubuntu3_amd64.deb \