From ce1d18aad3337b5639107514924712d19f2c63f0 Mon Sep 17 00:00:00 2001 From: Benedict Lau Date: Sun, 18 Feb 2018 00:53:59 +0100 Subject: [PATCH] Add debian packages and use docker-ce nightly --- .../debian-config/debian.stretch.multistrap | 2 +- .../mesh-orange/debian-config/packages.txt | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/mesh-orange-images/mesh-orange/debian-config/debian.stretch.multistrap b/src/mesh-orange-images/mesh-orange/debian-config/debian.stretch.multistrap index abfced5..95ad73a 100644 --- a/src/mesh-orange-images/mesh-orange/debian-config/debian.stretch.multistrap +++ b/src/mesh-orange-images/mesh-orange/debian-config/debian.stretch.multistrap @@ -22,7 +22,7 @@ packages= cjdns yggdrasil-go source=https://download.docker.com/linux/debian suite=stretch omitdebsrc=true -components=stable +components=nightly packages= docker-ce diff --git a/src/mesh-orange-images/mesh-orange/debian-config/packages.txt b/src/mesh-orange-images/mesh-orange/debian-config/packages.txt index c626d7f..2957ab1 100644 --- a/src/mesh-orange-images/mesh-orange/debian-config/packages.txt +++ b/src/mesh-orange-images/mesh-orange/debian-config/packages.txt @@ -2,16 +2,18 @@ # Any extra debian packages needed for the mesh build can be specified in this # file. +# common ssl certificates +ca-certificates + # mdns avahi-daemon libnss-mdns -# network diagnostic tools -iputils-ping +# networking tools +curl iperf3 - -# common ssl certificates -ca-certificates +iputils-ping +netcat # text editor nano-tiny