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
FROM bitnami/phpbb:3.3.8
MAINTAINER Andrej Ramašeuski <andrej.ramaseuski@pirati.cz>
RUN set -ex; \
mkdir -p /var/lib/apt/lists/partial /var/lib/apt/lists/auxfiles /var/lib/apt/mirrors/partial /var/lib/apt/mirrors/periodic && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive \
apt-get install --no-install-recommends -y \
\
cron
USER 0
RUN install_packages cron
COPY crontab /etc/cron.d/
USER 1001
COPY phpbb /opt/bitnami/phpbb
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