X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;h=8dd12219235057e3efc5d94206b98811906ecc27;hb=bf6c5729597476199627c6750e8db3a92ce47c9c;hp=f15c511cf9b7965af5fd852fc2ba8552473a004a;hpb=64fdc4f00da1d8ccde719f6e230d69075fb37d98;p=osm%2Fcommon.git diff --git a/Dockerfile b/Dockerfile index f15c511..8dd1221 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,10 @@ # See the License for the specific language governing permissions and # limitations under the License. +# This Dockerfile is intented for devops and deb package generation +# +# Use Dockerfile.local for running osm/LCM in a docker container from source + FROM ubuntu:16.04 RUN apt-get update && apt-get -y install git make python python3 python-pip\