1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00
This commit is contained in:
Robin Appelman 2021-04-08 15:42:03 +02:00
commit 1a4fd72da2
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,7 @@ MAINTAINER Robin Appelman <robin@icewind.nl>
# MAINTAINER Josh Chaney <josh@chaney.io>
RUN DEBIAN_FRONTEND=noninteractive ;\
echo 'deb http://http.debian.net/debian buster-backports main' >> /etc/apt/sources.list && \
apt-get update && \
apt-get install --assume-yes \
cron \
@ -16,7 +17,8 @@ RUN DEBIAN_FRONTEND=noninteractive ;\
git \
neovim \
nano \
sqlite
sqlite \
s3cmd
RUN wget https://phar.phpunit.de/phpunit-8.phar -O /usr/local/bin/phpunit.phar
@ -29,6 +31,7 @@ RUN crontab /etc/oc-cron.conf
ADD misc/bootstrap.sh misc/occ misc/tests misc/phpunit misc/install misc/occ misc/integration /usr/local/bin/
ADD configs/sudoers /etc/sudoers.d/haze
ADD configs/s3cfg /home/haze/.s3cfg
ENV WEBROOT /var/www/html

View file

@ -0,0 +1,6 @@
[default]
access_key = DUMMY
secret_key = DUMMY
host_base = http://s3:4569/
host_bucket = http://s3:4569/%(bucket)
no_ssl = True