Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions opensciencegrid/gracc-apel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ RUN pip3 install --no-cache-dir \
opensearch-py \
requests

# EPEL for EL9 ships python3-daemon-2.3.2-1.el9.noarch
# It uses excessive memory when nofile ulimit is high, fixed in >= v3.0.0
# https://pagure.io/python-daemon/issue/72
# TODO: Revert after EPEL package is updated
RUN pip3 install --no-cache-dir --upgrade \
python-daemon

RUN mkdir /etc/grid-security/apel \
&& mkdir -p /var/spool/apel/outgoing/12345678

Expand Down
Loading