feat: initial commit
Some checks failed
Build and publish / build-and-push-arch (push) Failing after 11s
Some checks failed
Build and publish / build-and-push-arch (push) Failing after 11s
This commit is contained in:
commit
8ea26672f5
4 changed files with 65 additions and 0 deletions
7
Justfile
Normal file
7
Justfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
build:
|
||||
docker build -t guardianproject.dev/ops/docker-debpkg:12 .
|
||||
|
||||
debian:
|
||||
docker run --rm --name debian -it guardianproject.dev/ops/docker-debpkg /bin/bash -l
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue