provide vendor dir for nix
This commit is contained in:
parent
003e12a3ef
commit
de13066a62
766 changed files with 339881 additions and 0 deletions
5
vendor/github.com/pelletier/go-toml/v2/Dockerfile
generated
vendored
Normal file
5
vendor/github.com/pelletier/go-toml/v2/Dockerfile
generated
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM scratch
|
||||
ENV PATH "$PATH:/bin"
|
||||
COPY tomll /bin/tomll
|
||||
COPY tomljson /bin/tomljson
|
||||
COPY jsontoml /bin/jsontoml
|
Reference in a new issue