adding python3-pip dependency to python3-osm-nbi package 85/6985/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 28 Nov 2018 10:18:41 +0000 (10:18 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 28 Nov 2018 10:20:30 +0000 (10:20 +0000)
Change-Id: I7a1462f3764a53413481d53282f0bc55b0d6fa95
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
Dockerfile
Dockerfile.fromdeb
stdeb.cfg

index 5c0807a..25d5d6a 100644 (file)
@@ -1,6 +1,3 @@
-#!/usr/bin/env python3
-# -*- coding: utf-8 -*-
-
 # Copyright 2018 Telefonica S.A.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -32,9 +29,9 @@ RUN apt-get update && apt-get -y install wget git make python python3 python-pip
     DEBIAN_FRONTEND=noninteractive pip2 install -U stdeb
 
 # Uncomment this block to generate automatically a debian package and show info
-# Set the working directory to /app
-WORKDIR /app
-# Copy the current directory contents into the container at /app
-ADD . /app
-CMD /app/devops-stages/stage-build.sh && find -name "*.deb" -exec dpkg -I  {} ";"
+# Set the working directory to /app
+WORKDIR /app
+# Copy the current directory contents into the container at /app
+ADD . /app
+CMD /app/devops-stages/stage-build.sh && find -name "*.deb" -exec dpkg -I  {} ";"
 
index f6139b7..f9b0a6d 100644 (file)
@@ -11,7 +11,7 @@
 # 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
 
index 8da69fe..d7e4022 100644 (file)
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,3 +1,3 @@
 [DEFAULT]
 X-Python3-Version : >= 3.5
-Depends3 : python3-osm-common, python3-osm-im, python3-cherrypy3, python3-yaml, python3-jsonschema, python3-keystoneclient
+Depends3 : python3-osm-common, python3-osm-im, python3-cherrypy3, python3-yaml, python3-jsonschema, python3-keystoneclient, python3-pip