Skip to content

Commit

Permalink
fix: add additional requirements for ceilometer
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeRepko committed Aug 7, 2024
1 parent 1286700 commit 3c10c71
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Containerfiles/CeilometerRXT-Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ RUN apt update && \
git \
wget \
curl \
apache2 \
locales \
libapache2-mod-wsgi-py3 \
build-essential
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10 && \
pip install \
"ceilometer @ git+https://opendev.org/openstack/ceilometer.git@${CEILOMETER_VERSION}"
"ceilometer @ git+https://opendev.org/openstack/ceilometer.git@${CEILOMETER_VERSION}" \
"pymemcache"
RUN ln -s /usr/bin/python3 /usr/bin/python && \
adduser ceilometer --disabled-password && \
sed -i 's@^ErrorLog.*@ErrorLog /dev/stderr@' /etc/apache2/apache2.conf && \
apt clean && rm -rf /var/lib/apt/lists/*

0 comments on commit 3c10c71

Please sign in to comment.