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

Install fix

parent 806f0ded
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 install_packages cron
RUN set -ex; \
apt-get update && \
DEBIAN_FRONTEND=noninteractive \
apt-get install --no-install-recommends -y \
\
cron
COPY crontab /etc/cron.d/
COPY phpbb /opt/bitnami/phpbb
......
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