osmo-gsm-tester: Base docker image on debian-stretch-jenkins

That image contains extra runtime dependencies (such as libua5.3) which
may be required by software run by osmo-gsm-tester.

Change-Id: I5c6239e1beb0cdc6d2b1477ddb60d66debe5d1aa
This commit is contained in:
Pau Espin 2020-03-12 16:29:27 +01:00 committed by pespin
parent 9145a91594
commit 853ddcd792
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
ARG USER
FROM $USER/debian-stretch-build
FROM $USER/debian-stretch-jenkins
MAINTAINER Pau Espin Pedrol <pespin@sysmocom.de>