Fix python-pip package not found in Dockerfile

Change-Id: I88cde38cd44d067b11a48cb043fe2fd017867011
This commit is contained in:
Pierre Padrixe 2014-11-26 17:55:51 +01:00
parent 359ce6c12b
commit 566c5f4b9c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
############################################################
# Set the base image to Ubuntu
FROM ubuntu
FROM ubuntu:14.04
# File Author / Maintainer
MAINTAINER Davanum Srinivas