diff --git a/extra_features/influxdb_adapter/Dockerfile b/extra_features/influxdb_adapter/Dockerfile index 7275349..539d87b 100644 --- a/extra_features/influxdb_adapter/Dockerfile +++ b/extra_features/influxdb_adapter/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:rolling RUN apt-get update && apt-get install -y git libpython2.7-dev libpq-dev python-psycopg2 python-pip