This commit is contained in:
redxef 2022-03-09 13:40:17 +01:00
commit 1daab2b5fc
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921
2 changed files with 10 additions and 0 deletions

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM moby/buildkit
ENTRYPOINT [ "entrypoint.sh" ]

5
entrypoint.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env sh
buildctl-deamonless.sh
"$@"