X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=Dockerfile;h=24efbadbbddd0226d56990791d7f581dec9d6a8c;hp=5c0807a224ae86a822bbdb72d5f26e14f0115936;hb=61e0c52d4715b5726a369959d69a1305d6790ae2;hpb=0c01ffa4f8cdd307d15463fb389b7cfe2d500db6 diff --git a/Dockerfile b/Dockerfile index 5c0807a..24efbad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"); @@ -22,19 +19,18 @@ # Use Dockerfile.fromdeb for running osm/NBI in a docker container from last stable package -FROM ubuntu:16.04 +FROM ubuntu:18.04 -RUN apt-get update && apt-get -y install wget git make python python3 python-pip \ - libcurl4-gnutls-dev libgnutls-dev tox python-dev python3-dev \ - debhelper python-setuptools python-all python3-all apt-utils python-magic \ - python3-pip python-pip && \ - DEBIAN_FRONTEND=noninteractive pip3 install -U stdeb setuptools-version-command && \ - DEBIAN_FRONTEND=noninteractive pip2 install -U stdeb +RUN apt-get update && apt-get -y install wget git make python python3 \ + libcurl4-gnutls-dev libgnutls28-dev tox python3-dev python3-pip \ + debhelper python-setuptools python-all python3-all apt-utils \ + python-magic && \ + DEBIAN_FRONTEND=noninteractive pip3 install -U stdeb setuptools-version-command # 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 {} ";"