Skip to content
Snippets Groups Projects
Verified Commit 5e7d8761 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Install cron by bitnami manual

parent 9dffb95e
No related branches found
No related tags found
No related merge requests found
Pipeline #10207 passed
FROM bitnami/phpbb:3.3.8 FROM bitnami/phpbb:3.3.8
MAINTAINER Andrej Ramašeuski <andrej.ramaseuski@pirati.cz> MAINTAINER Andrej Ramašeuski <andrej.ramaseuski@pirati.cz>
RUN set -ex; \ USER 0
mkdir -p /var/lib/apt/lists/partial /var/lib/apt/lists/auxfiles /var/lib/apt/mirrors/partial /var/lib/apt/mirrors/periodic && \ RUN install_packages cron
apt-get update && \
DEBIAN_FRONTEND=noninteractive \
apt-get install --no-install-recommends -y \
\
cron
COPY crontab /etc/cron.d/ COPY crontab /etc/cron.d/
USER 1001
COPY phpbb /opt/bitnami/phpbb COPY phpbb /opt/bitnami/phpbb
CMD [ ( cron -f -l 8 & ) & "/opt/bitnami/scripts/apache/run.sh" ] CMD [ ( cron -f -l 8 & ) & "/opt/bitnami/scripts/apache/run.sh" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment