X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;h=ef0175ae8e42fb2c42aee37337b5d5a7a94346ff;hb=f6a4f77b98e5f05b74938b44bcbb2ed148e4941a;hp=e40b8bc67b8d63270b05067427efb543530d2499;hpb=09fa3d4dffb1fd9ea427f32a32264dd3bda56543;p=osm%2Fosmclient.git 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