diff --git a/Containerfiles/GnocchiRXT-Containerfile b/Containerfiles/GnocchiRXT-Containerfile index 7c4b8f0d..a2b8a5cc 100644 --- a/Containerfiles/GnocchiRXT-Containerfile +++ b/Containerfiles/GnocchiRXT-Containerfile @@ -20,8 +20,6 @@ RUN apt install -y \ libpq-dev \ postgresql \ memcached \ - mysql-client \ - mysql-server \ librados-dev \ liberasurecode-dev \ python3-rados \ @@ -29,5 +27,7 @@ RUN apt install -y \ libsnappy-dev \ libprotobuf-dev RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10 -RUN pip install "gnocchi[postgresql,ceph,keystone] @ git+https://github.com/gnocchixyz/gnocchi.git@${GNOCCHI_VERSION}" +RUN pip install \ + "gnocchi[postgresql,ceph,keystone] @ git+https://github.com/gnocchixyz/gnocchi.git@${GNOCCHI_VERSION}" \ + "memcache" RUN adduser gnocchi --disabled-password