X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=Dockerfile;h=53e48bb4ee513c5e5dddd8812aa4f64f8f6214ac;hp=80718edeb65d670faf7c723a9f1d76a0e8114cb5;hb=620fa3c11297a0938f25cb867a9a341b50098409;hpb=74d895f6646849667fde51e01f23a5a6eb4f7e9e diff --git a/Dockerfile b/Dockerfile index 80718ed..53e48bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2019 Canonical Ltd. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + FROM ubuntu:16.04 RUN apt-get update && apt-get -y install git make python python3 \