Added scripts to generate the `dev` images

This commit is contained in:
Salvador E. Tropea 2022-03-25 10:05:59 -03:00
parent 377e85cffc
commit 4efa08c3c4
2 changed files with 4 additions and 0 deletions

2
tools/build_dev_image.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
docker build -f tools/dev_image/Dockerfile -t setsoft/kicad_auto:dev .

2
tools/build_dev_image_k6.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
docker build -f tools/dev_image_k6/Dockerfile -t setsoft/kicad_auto:dev_k6 .