From 9cd40aae3048010e7138bfe2e28eb14a45344879 Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Sat, 29 Aug 2020 10:47:00 +0200 Subject: docker: Install additional dependencies in the images To be able to run Qbs with sanitizer Change-Id: Ia098a419a001ebbea039281ff20ccbc11198226a Reviewed-by: Richard Weickelt Reviewed-by: Christian Kandeler --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index 21bb6d0bf..057ffed7f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ services: bionic-android-513: << : *linux hostname: bionic-android - image: ${DOCKER_USER:-qbsbuild}/qbsdev:bionic-android-5.13.2-3 + image: ${DOCKER_USER:-qbsbuild}/qbsdev:bionic-android-5.13.2-4 build: dockerfile: docker/bionic/test-android.Dockerfile context: . @@ -38,7 +38,7 @@ services: bionic-android-514: << : *linux hostname: bionic-android - image: ${DOCKER_USER:-qbsbuild}/qbsdev:bionic-android-5.14.0-3 + image: ${DOCKER_USER:-qbsbuild}/qbsdev:bionic-android-5.14.0-4 build: dockerfile: docker/bionic/test-android.Dockerfile context: . @@ -48,7 +48,7 @@ services: focal-baremetal: << : *linux hostname: focal-baremetal - image: ${DOCKER_USER:-qbsbuild}/qbsdev:focal-baremetal-0 + image: ${DOCKER_USER:-qbsbuild}/qbsdev:focal-baremetal-1 build: dockerfile: docker/focal/test-baremetal.Dockerfile context: . -- cgit v1.2.3