X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=Dockerfile.fromdeb;h=9c3e245bbf76a20af0c3784b2423ccce2cc57a5d;hp=f6139b79091c7e3fa82b1df64da545570a284df1;hb=c88003e347abe00f8091fbcbd9112967b07c9cc9;hpb=d125caf630021538f19aadab045b5d17def67cdd diff --git a/Dockerfile.fromdeb b/Dockerfile.fromdeb index f6139b7..9c3e245 100644 --- a/Dockerfile.fromdeb +++ b/Dockerfile.fromdeb @@ -11,14 +11,14 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This creates som/NBI docker from from last stable package +# This creates osm/NBI docker from from last stable package 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 -