aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-06-29 10:44:57 +0200
committerOliver Smith <osmith@sysmocom.de>2022-06-29 11:39:49 +0200
commit259ecdae265a2de038b3e8b63586fff0d864b771 (patch)
tree546f258131852df84b4233fb7458c19ad3e0614e
parent73a272ecd405f024a15c7032cd368f70b9aa7109 (diff)
release-tarball-build-dist: upgrade from debian 9
Let it use debian bullseye and rename the directory once, so we don't need to rename it in the future when switching the debian version again. The reason I'm doing this now is that building with debian 9 failed due to obs.osmocom.org related changes. It would be trivial to fix that, but I decided to rather upgrade to the latest debian version. Change-Id: Ib6039724a7200abce5252f95407047296b72cd51
-rw-r--r--release-tarball-build-dist/Dockerfile (renamed from debian-stretch-build-dist/Dockerfile)4
-rw-r--r--release-tarball-build-dist/Makefile (renamed from debian-stretch-build-dist/Makefile)0
2 files changed, 1 insertions, 3 deletions
diff --git a/debian-stretch-build-dist/Dockerfile b/release-tarball-build-dist/Dockerfile
index e444ed5..bc0215e 100644
--- a/debian-stretch-build-dist/Dockerfile
+++ b/release-tarball-build-dist/Dockerfile
@@ -1,5 +1,5 @@
ARG USER
-FROM $USER/debian-stretch-obs-latest
+FROM $USER/debian-bullseye-obs-latest
# Arguments used after FROM must be specified again
RUN apt-get update && \
@@ -66,8 +66,6 @@ RUN apt-get update && \
libzmq3-dev \
make \
mscgen \
- python-nwdiag \
- python-pychart \
python3-nwdiag \
xsltproc \
&& \
diff --git a/debian-stretch-build-dist/Makefile b/release-tarball-build-dist/Makefile
index 10f0e20..10f0e20 100644
--- a/debian-stretch-build-dist/Makefile
+++ b/release-tarball-build-dist/Makefile