Skip to content

Commit

Permalink
Install gunicorn for prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
juztas committed Feb 2, 2024
1 parent 601c6a9 commit 0a6da3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrootd/xrootd-stageout-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY config/default/opt/xroot-mon.py /opt/xroot-mon.py
COPY config/default/opt/http-server.py /opt/http-server.py

# To track connections, we need pyasn lib and GeoIP database
RUN yum -y install gcc python3-devel && yum clean all
RUN yum -y install gcc python3-devel python3-gunicorn && yum clean all
RUN pip3 install pyasn psutil
RUN mkdir -p /opt/pyasn
RUN pyasn_util_download.py --latestv46 --filename /opt/pyasn/GeoIPASNum.rib && \
Expand Down

0 comments on commit 0a6da3f

Please sign in to comment.