diff --git a/docker/RO/Dockerfile b/docker/RO/Dockerfile index 8ba46c48dcea37593e65037a0ab5d0494c921f90..1f0f04ec5028181f626e6a59849c2afedc66d64e 100644 --- a/docker/RO/Dockerfile +++ b/docker/RO/Dockerfile @@ -3,6 +3,7 @@ from ubuntu:xenial MAINTAINER Gennadiy Dubina ; Alfonso Tierno RUN apt-get update && apt-get -y install curl software-properties-common git +RUN DEBIAN_FRONTEND=noninteractive add-apt-repository -y cloud-archive:queens RUN apt-get update && apt-get install -y python-setuptools python-wheel mysql-client python-bitarray python-pip RUN DEBIAN_FRONTEND=noninteractive pip2 install pip==9.0.3 pyangbind