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