From: Benjamin Diaz Date: Tue, 21 May 2019 15:29:23 +0000 (-0300) Subject: Adds mysql-client to POL Dockerfile X-Git-Tag: v6.0.0~15^2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F7479%2F2;hp=79e51b9a5dbfc7888b61635819e38c15df0bab7a;p=osm%2Fdevops.git Adds mysql-client to POL Dockerfile Change-Id: I5416e65239764e9475014004dbc8e698a45d8bb4 Signed-off-by: Benjamin Diaz --- diff --git a/docker/POL/Dockerfile b/docker/POL/Dockerfile index 148e7421..fde710f5 100644 --- a/docker/POL/Dockerfile +++ b/docker/POL/Dockerfile @@ -24,14 +24,9 @@ FROM ubuntu:16.04 LABEL authors="Benjamín Díaz" -RUN apt-get --yes update \ - && apt-get --yes install python3 python3-pip libmysqlclient-dev git \ - && pip3 install pip==9.0.3 - -RUN apt-get update && apt-get -y install curl software-properties-common - RUN apt-get --yes update \ && apt-get --yes install git python python-pip python3 python3-pip libmysqlclient-dev libssl-dev libffi-dev \ + && apt-get --yes install mysql-client curl software-properties-common \ && pip3 install pip==9.0.3 ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian