| commit | 9fe58b17a7d58efbf87df1ae119907b9071ecf2f | [log] [tgz] |
|---|---|---|
| author | Philippe Coval <rzr@users.sf.net> | Wed Oct 30 14:42:36 2019 +0100 |
| committer | rzrfreefr <rzr@users.sf.net> | Thu Jan 16 01:35:03 2020 +0100 |
| tree | 798166277983d6159550aef27d28a1a95f7dbf70 | |
| parent | 15ec70643bdaa3ba84eccefbed73ab525bfd31fc [diff] [blame] |
docker: Fix debian channel to stable Currently there is no "testing" directory in: http://osm-download.etsi.org/repository/osm/debian/ReleaseFIVE/dists/ Change-Id: Ib43722865573a7ec386082bd1af4375af26db108 Signed-off-by: Philippe Coval <rzr@users.sf.net>
diff --git a/Dockerfile.fromdeb b/Dockerfile.fromdeb index f9b0a6d..9c3e245 100644 --- a/Dockerfile.fromdeb +++ b/Dockerfile.fromdeb
@@ -18,7 +18,7 @@ ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ARG RELEASE=ReleaseFIVE ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg -ARG REPOSITORY=testing +ARG REPOSITORY=stable RUN apt-get update && apt-get install -y curl software-properties-common RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add -