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-packaging

Add the additional dependencies that are now required to build the
wireshark source package to the Dockerfile.

Related: OS#2537
Change-Id: I82f64de70b9d099ac404530ca74c771d66b306d8
This commit is contained in:
Oliver Smith 2023-12-21 13:07:49 +01:00
parent a9c93850c3
commit 33ddf03dfe
1 changed files with 2 additions and 0 deletions

View File

@ -16,10 +16,12 @@ RUN apt-get update && \
git-review \
gnupg2 \
libxml2-utils \
lsb-release \
meson \
osc \
python3-packaging \
python3-setuptools \
quilt \
rebar3 \
sed \
&& \