fix 1214: change timeout from 10min to 5min for k8s cluster creation
[osm/LCM.git] / Dockerfile
index 95365fa..79c1a50 100644 (file)
 # 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  {} ";"