Initial commit
This commit is contained in:
commit
8a2a6d684e
6
gitea_runner.dockerfile
Normal file
6
gitea_runner.dockerfile
Normal 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
5
nextcloud.dockerfile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM nextcloud:fpm
|
||||||
|
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get upgrade -y && \
|
||||||
|
apt-get install -y --no-install-recommends ffmpeg
|
Loading…
Reference in New Issue
Block a user