Skip to content

Commit

Permalink
fix: pymemcache is also needed
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeRepko committed Aug 6, 2024
1 parent 1a5783e commit cf93195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfiles/GnocchiRXT-Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ RUN apt install -y \
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}"
"gnocchi[postgresql,ceph,keystone] @ git+https://github.com/gnocchixyz/gnocchi.git@${GNOCCHI_VERSION}" \
"pymemcache"
RUN adduser gnocchi --disabled-password

0 comments on commit cf93195

Please sign in to comment.