aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-07-12 11:47:24 +0200
committerosmith <osmith@sysmocom.de>2022-07-12 14:33:30 +0000
commit6754a89e4c60d4ab7389a8b8734ef08dab953fa5 (patch)
treec58b0278683195684f2b588213de292fe3cd7ac8
parentfa8a74dfde572a17a95d908c5bef40d01abc7ced (diff)
docker-rebuild: add debian-bullseye-jenkins
-rwxr-xr-xscripts/osmo-ci-docker-rebuild.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/osmo-ci-docker-rebuild.sh b/scripts/osmo-ci-docker-rebuild.sh
index c049b46..9c2aae6 100755
--- a/scripts/osmo-ci-docker-rebuild.sh
+++ b/scripts/osmo-ci-docker-rebuild.sh
@@ -7,7 +7,8 @@ docker_images_require \
if [ "$(arch)" = "x86_64" ]; then
docker_images_require \
- "debian-bullseye-erlang"
+ "debian-bullseye-erlang" \
+ "debian-bullseye-jenkins"
fi
if [ -d "/var/tmp/osmo-gsm-tester/state" ]; then