feat: initial commit
All checks were successful
Build and publish / build-and-push-arch (push) Successful in 1m19s
All checks were successful
Build and publish / build-and-push-arch (push) Successful in 1m19s
This commit is contained in:
commit
964c60e096
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