diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e0e873ff8afe06e26da2c9784454b33603e612e..21f43c0839f51a2194ca1e813e9461aa20c90721 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: docker:20.10.9 variables: DOCKER_TLS_CERTDIR: "/certs" - BUILD_VERSION: p9 + BUILD_VERSION: p10 services: - docker:20.10.9-dind diff --git a/Dockerfile b/Dockerfile index 1e4d679a2f4c9eeab5c300d6e188081f408dce61..14b436c5c321a8e4dc3426275d0ee15edcfe5f11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ USER 0 RUN install_packages cron COPY crontab /etc/cron.d/ COPY run.sh /opt/bitnami/scripts/apache/ +RUN chmod 777 /run USER 1001 COPY phpbb /opt/bitnami/phpbb