feat: initial commit
All checks were successful
Build and publish / build-and-push-arch (push) Successful in 1m10s
All checks were successful
Build and publish / build-and-push-arch (push) Successful in 1m10s
This commit is contained in:
commit
5a650942fa
4 changed files with 67 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