Skip to content

Commit

Permalink
fix: memcache is required by keystone
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeRepko committed Aug 6, 2024
1 parent 87880bf commit 14e235d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Containerfiles/GnocchiRXT-Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ RUN apt install -y \
libpq-dev \
postgresql \
memcached \
mysql-client \
mysql-server \
librados-dev \
liberasurecode-dev \
python3-rados \
ceph \
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

0 comments on commit 14e235d

Please sign in to comment.