Skip to content

Commit

Permalink
Marking patch with FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Dec 10, 2023
1 parent afd96d1 commit aa99c95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ RUN cd /registrar_pycsw && \
python3 setup.py install && \
pip3 install .

# Patching EOxServer 1.2.12 release
ADD eoxserver.patch /opt/eoxserver/
RUN cd /opt/eoxserver && patch -p 1 < eoxserver.patch

# FIXME: Patching EOxServer 1.2.12 release prometheus configuration
ENV PROMETHEUS_MULTIPROC_DIR="/var/tmp/prometheus_multiproc_dir"
RUN mkdir -p $PROMETHEUS_MULTIPROC_DIR && \
chmod 777 $PROMETHEUS_MULTIPROC_DIR
Expand Down

0 comments on commit aa99c95

Please sign in to comment.