Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomoscardini01 authored Jan 3, 2025
1 parent 515757e commit 47175c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ FROM python:3.9-slim as runner
WORKDIR /app/
COPY --from=compiler /opt/venv /opt/venv

# install cron daemon
# install and configure cron daemon
RUN apt update; apt install cron libterm-readline-gnu-perl -y; apt -yq autoremove; apt clean
COPY etc/cron.d/openchurch /etc/cron.d/openchurch

# Enable venv
ENV PATH="/opt/venv/bin:$PATH"
Expand Down

0 comments on commit 47175c9

Please sign in to comment.