X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=Dockerfile.fromdeb;h=9c3e245bbf76a20af0c3784b2423ccce2cc57a5d;hp=f9b0a6d6351bcf3fb1c7268a3292b481a0d76fb4;hb=9fe58b17a7d58efbf87df1ae119907b9071ecf2f;hpb=533f64d4ae4bb971d750c84bf274729bd6163b5d diff --git a/Dockerfile.fromdeb b/Dockerfile.fromdeb index f9b0a6d..9c3e245 100644 --- a/Dockerfile.fromdeb +++ b/Dockerfile.fromdeb @@ -18,7 +18,7 @@ FROM ubuntu:16.04 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 -