osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/35404?usp=email )
Change subject: OBS: srcpkg Dockerfile: add lsb-release, quilt ......................................................................
OBS: srcpkg Dockerfile: add lsb-release, quilt
Wireshark with Osmocom patches on top of wireshark.git master failed to build. I've reworked the packaging to use the "debian" dir from upstream instead of having our own (now outdated) copy: https://gitea.osmocom.org/osmocom/wireshark/commits/branch/osmith/deb-packag...
Add the additional dependencies that are now required to build the wireshark source package to the Dockerfile.
Related: OS#2537 Change-Id: I82f64de70b9d099ac404530ca74c771d66b306d8 --- M scripts/obs/data/build_srcpkg.Dockerfile 1 file changed, 20 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/04/35404/1
diff --git a/scripts/obs/data/build_srcpkg.Dockerfile b/scripts/obs/data/build_srcpkg.Dockerfile index 5475a94..80488ea 100644 --- a/scripts/obs/data/build_srcpkg.Dockerfile +++ b/scripts/obs/data/build_srcpkg.Dockerfile @@ -16,10 +16,12 @@ git-review \ gnupg2 \ libxml2-utils \ + lsb-release \ meson \ osc \ python3-packaging \ python3-setuptools \ + quilt \ rebar3 \ sed \ && \