Change in docker-playground[master]: start debian-buster-build as copy of debian-jessie-build

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Thu Jan 9 21:50:43 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/16780 )


Change subject: start debian-buster-build as copy of debian-jessie-build
......................................................................

start debian-buster-build as copy of debian-jessie-build

Change-Id: I8eb6697ba736b933120bff5950b68294b4b4f842
---
A debian-buster-build/Dockerfile
A debian-buster-build/Makefile
2 files changed, 51 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/80/16780/1

diff --git a/debian-buster-build/Dockerfile b/debian-buster-build/Dockerfile
new file mode 100644
index 0000000..6fe1efa
--- /dev/null
+++ b/debian-buster-build/Dockerfile
@@ -0,0 +1,50 @@
+FROM debian:jessie
+
+MAINTAINER Harald Welte <laforge at gnumonks.org>
+
+RUN	apt-get update && \
+	apt-get upgrade -y && \
+	apt-get install -y --no-install-recommends \
+		autoconf \
+		autoconf-archive \
+		autogen \
+		automake \
+		bison \
+		build-essential \
+		cppcheck \
+		debhelper \
+		devscripts \
+		dh-autoreconf \
+		dh-systemd \
+		doxygen \
+		flex \
+		g++ \
+		gawk \
+		gcc \
+		git \
+		git-buildpackage \
+		libc-ares-dev \
+		libdbd-sqlite3 \
+		libdbi-dev \
+		libfftw3-dev \
+		libgnutls28-dev \
+		libgps-dev \
+		libgsm1-dev \
+		libncurses5-dev \
+		libortp-dev \
+		libpcap-dev \
+		libpcsclite-dev \
+		libtalloc-dev \
+		libtool \
+		libreadline-dev \
+		libsctp-dev \
+		libsofia-sip-ua-glib-dev \
+		libsqlite3-dev \
+		libssl-dev \
+		libusb-dev \
+		libusb-1.0-0-dev \
+		make \
+		pkg-config \
+		sqlite3 \
+		wget && \
+	apt-get clean
diff --git a/debian-buster-build/Makefile b/debian-buster-build/Makefile
new file mode 100644
index 0000000..8d0e10b
--- /dev/null
+++ b/debian-buster-build/Makefile
@@ -0,0 +1 @@
+include ../make/Makefile

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/16780
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I8eb6697ba736b933120bff5950b68294b4b4f842
Gerrit-Change-Number: 16780
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200109/6d1c32a0/attachment.htm>


More information about the gerrit-log mailing list