X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;h=79c1a508006c4c2a871acd0ebca84a22f84d0927;hb=7dc946716e5fc51340e143442ce45bff8c948525;hp=95365fa961124876910313c022331e2ece9bd37e;hpb=b3cda2e2d399e761311fbe9e4ffc3b22037d6312;p=osm%2FLCM.git diff --git a/Dockerfile b/Dockerfile index 95365fa..79c1a50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,15 +18,15 @@ # Use Dockerfile.local for running osm/LCM in a docker container from source -FROM ubuntu:16.04 +FROM ubuntu:18.04 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get --yes install git tox make debhelper wget \ - python-all python3 python3-pip python3-all && \ + python-all python3 python3-pip python3-all apt-utils && \ DEBIAN_FRONTEND=noninteractive pip3 install -U setuptools setuptools-version-command stdeb # TODO delete if not needed: -# libcurl4-gnutls-dev libgnutls-dev python-dev python3-dev python-setuptools apt-utils +# libcurl4-gnutls-dev libgnutls-dev python-dev python3-dev python-setuptools # Uncomment this block to generate automatically a debian package and show info @@ -34,5 +34,5 @@ RUN apt-get update && \ # WORKDIR /app # # Copy the current directory contents into the container at /app # ADD . /app -#i CMD /app/devops-stages/stage-build.sh && find -name "*.deb" -exec dpkg -I {} ";" +# CMD /app/devops-stages/stage-build.sh && find -name "*.deb" -exec dpkg -I {} ";"