X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;fp=Dockerfile;h=8dd12219235057e3efc5d94206b98811906ecc27;hb=096d9ed76b12451072219747a3596dc800138a25;hp=f15c511cf9b7965af5fd852fc2ba8552473a004a;hpb=145218304679a552a3d34c9b5d0cb7334c6a9586;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\