osmo-hnbgw-master: Switch to Debian 9 (stretch)

This commit is contained in:
Harald Welte 2017-11-20 14:54:20 +00:00
parent 922a403d57
commit 79a5203244
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM laforge/debian-jessie-build
FROM laforge/debian-stretch-build
MAINTAINER Harald Welte <laforge@gnumonks.org>
@ -6,7 +6,7 @@ COPY Release.key /tmp/Release.key
RUN apt-key add /tmp/Release.key && \
rm /tmp/Release.key && \
echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list
echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list
RUN apt-get update && \
apt-get install -y --no-install-recommends \