Skip to content

Commit

Permalink
fix: db-init expects python
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeRepko committed Aug 6, 2024
1 parent 3f099c7 commit fe59f46
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 @@ -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

0 comments on commit fe59f46

Please sign in to comment.