X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=Dockerfile;h=25d5d6a0cd376915546c827c65bb3508335959cf;hp=5c0807a224ae86a822bbdb72d5f26e14f0115936;hb=f62ac6a0f3e7f327c4961928dfefaa9f7d4438f5;hpb=0c01ffa4f8cdd307d15463fb389b7cfe2d500db6;ds=sidebyside diff --git a/Dockerfile b/Dockerfile index 5c0807a..25d5d6a 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"); @@ -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 {} ";"