aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorIvan Komissarov <ABBAPOH@gmail.com>2020-08-29 10:47:00 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2020-08-31 09:34:44 +0000
commit9cd40aae3048010e7138bfe2e28eb14a45344879 (patch)
treef44e7ea26aaaee92d676985a75d8efe9c807f1d2 /docker-compose.yml
parente01c3b2298d3dbb9adbdc3e4f3d51c53afe39ce1 (diff)
docker: Install additional dependencies in the images
To be able to run Qbs with sanitizer Change-Id: Ia098a419a001ebbea039281ff20ccbc11198226a Reviewed-by: Richard Weickelt <richard@weickelt.de> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml6
1 files changed, 3 insertions, 3 deletions
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: .