Updated Dockerfile for 18.04; added python-magic dependency, minor fixes in build process
Change-Id: Id9bfc1745349124e61e59fecb90bdb5b1d61ea3e
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Dockerfile b/Dockerfile
index e40b8bc..ef0175a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,9 +11,9 @@
# License for the specific language governing permissions and limitations
# under the License.
#
-FROM ubuntu:16.04
+FROM ubuntu:18.04
-RUN apt-get update && apt-get -y install git make python python3 \
- libcurl4-gnutls-dev libgnutls-dev tox python-dev python3-dev \
- debhelper python-setuptools python3-setuptools python-all python3-all \
+RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install git \
+ make python3 python3-pip libcurl4-openssl-dev libssl-dev tox python3-dev \
+ debhelper python3-setuptools python3-all python-all python-pip \
apt-utils