X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FRO%2FDockerfile;h=cfccb68c5a81061d9967efb59860991a3bdc3745;hb=13d76c8224da1ff6ad5181a03af9f4085dae95d4;hp=e6d3763280dfd821294268d12bab05303311c330;hpb=b84208591169bb31951cdb0c43e24322c2e76fc0;p=osm%2Fdevops.git diff --git a/docker/RO/Dockerfile b/docker/RO/Dockerfile index e6d37632..cfccb68c 100644 --- a/docker/RO/Dockerfile +++ b/docker/RO/Dockerfile @@ -2,7 +2,8 @@ from ubuntu:xenial MAINTAINER Gennadiy Dubina ; Alfonso Tierno -RUN apt-get update && apt-get -y install curl software-properties-common +RUN apt-get update && apt-get -y install curl software-properties-common git +RUN apt-get update && apt-get install -y python-setuptools python-wheel mysql-client python-bitarray ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ARG RELEASE=ReleaseFOUR-daily @@ -12,8 +13,10 @@ ARG REPOSITORY=testing RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add - RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} RO IM common openvim" && apt update -RUN apt-get update && apt-get install -y python-setuptools python-wheel mysql-client python-bitarray -RUN apt-get update && apt-get install -y python-osm-ro python-osm-im +ARG RO_VERSION +ARG IM_VERSION + +RUN apt-get update && apt-get install -y python-osm-ro${RO_VERSION} python-osm-im${IM_VERSION} RUN mkdir -p /bin/RO