Initial commit

This commit is contained in:
Tomislav Kopić 2024-10-08 14:09:24 +02:00
commit 8a2a6d684e
No known key found for this signature in database
GPG Key ID: 77B232765688AEA7
2 changed files with 11 additions and 0 deletions

6
gitea_runner.dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM docker:dind
RUN wget -O /usr/local/bin/act_runner https://gitea.com/gitea/act_runner/releases/download/v0.2.11/act_runner-0.2.11-linux-amd64 && \
chmod +x /usr/local/bin/act_runner

5
nextcloud.dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM nextcloud:fpm
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y --no-install-recommends ffmpeg