diff --git a/Containerfiles/GnocchiRXT-Containerfile b/Containerfiles/GnocchiRXT-Containerfile index 50e69435..93cfa5c9 100644 --- a/Containerfiles/GnocchiRXT-Containerfile +++ b/Containerfiles/GnocchiRXT-Containerfile @@ -30,6 +30,7 @@ RUN apt install -y \ 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}" \ - "pymemcache" + "pymemcache" \ +RUN ln -s /usr/bin/python3 /usr/bin/python RUN adduser gnocchi --disabled-password RUN sed -i 's@^ErrorLog.*@ErrorLog /dev/stderr@' /etc/apache2/apache2.conf