aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumaran S <senthil.kumaran@linaro.org>2018-06-12 15:21:50 +0530
committerSenthil Kumaran S <senthil.kumaran@linaro.org>2018-06-12 15:25:31 +0530
commit936f59a8122913366a3be358193d962de5ed293a (patch)
treee025abc5eb59326954690f712532a04a44a2cf17
parent808929f56d0301d4f897ef5d9cf13c002a4f2a4f (diff)
lava-dispatcher: Install android tools by default in docker image.
These docker images run without LXC and android tools should be available within the container. Change-Id: I0b9f4a5419f3518bcab04b381dca49c181025cc6
-rw-r--r--lava/dispatcher/production/stretch-amd64/Dockerfile2
-rw-r--r--lava/dispatcher/staging/stretch-amd64/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lava/dispatcher/production/stretch-amd64/Dockerfile b/lava/dispatcher/production/stretch-amd64/Dockerfile
index 4fc9110f..a9291f5c 100644
--- a/lava/dispatcher/production/stretch-amd64/Dockerfile
+++ b/lava/dispatcher/production/stretch-amd64/Dockerfile
@@ -14,7 +14,7 @@ RUN echo 'locales locales/locales_to_be_generated multiselect C.UTF-8 UTF-8, en_
qemu-system-x86 qemu-system-arm qemu-user-static libguestfs-tools \
nfs-kernel-server rpcbind u-boot-tools unzip xz-utils debootstrap \
bridge-utils dfu-util img2simg emacs-nox vim gnupg2 sed expect grep wget \
- openssh-server
+ openssh-server adb fastboot simg2img img2simg
# Add LAVA stretch-backports production repo
RUN wget -qO - http://images.validation.linaro.org/production-repo/production-repo.key.asc | apt-key add - && \
diff --git a/lava/dispatcher/staging/stretch-amd64/Dockerfile b/lava/dispatcher/staging/stretch-amd64/Dockerfile
index f3108f3a..970218d2 100644
--- a/lava/dispatcher/staging/stretch-amd64/Dockerfile
+++ b/lava/dispatcher/staging/stretch-amd64/Dockerfile
@@ -14,7 +14,7 @@ RUN echo 'locales locales/locales_to_be_generated multiselect C.UTF-8 UTF-8, en_
qemu-system-x86 qemu-system-arm qemu-user-static libguestfs-tools \
nfs-kernel-server rpcbind u-boot-tools unzip xz-utils debootstrap \
bridge-utils dfu-util img2simg emacs-nox vim gnupg2 sed expect grep wget \
- openssh-server
+ openssh-server adb fastboot simg2img img2simg
# Add LAVA stretch-backports production repo
RUN wget -qO - http://images.validation.linaro.org/production-repo/production-repo.key.asc | apt-key add - && \