Added env/ folder to simplify children images; updated Dockerfile to include env/ plus add unzip command

This commit is contained in:
2026-04-24 17:18:04 -05:00
parent 5e2170184c
commit 59e6e3985b
8 changed files with 241 additions and 1 deletions

8
itdominator-base-image/env/.gitconfig vendored Normal file
View File

@@ -0,0 +1,8 @@
[user]
email = 1itdominator@gmail.com
name = itdominator
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true