Skip to content

Commit f09a7c8

Browse files
committed
add python3-dotenv to deps
We want to use this library to parse build-args.conf which is just environment variables in var=val format.
1 parent 5bce211 commit f09a7c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/deps.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,6 @@ kustomize
114114

115115
# For vimdiff
116116
vim-enhanced
117+
118+
# For reading build-args.conf (environment file)
119+
python3-dotenv

0 commit comments

Comments
 (0)