diff options
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/pelletier/go-toml/v2/Dockerfile')
| -rw-r--r-- | teleirc/matterbridge/vendor/github.com/pelletier/go-toml/v2/Dockerfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/pelletier/go-toml/v2/Dockerfile b/teleirc/matterbridge/vendor/github.com/pelletier/go-toml/v2/Dockerfile new file mode 100644 index 0000000..b9e9332 --- /dev/null +++ b/teleirc/matterbridge/vendor/github.com/pelletier/go-toml/v2/Dockerfile @@ -0,0 +1,5 @@ +FROM scratch +ENV PATH "$PATH:/bin" +COPY tomll /bin/tomll +COPY tomljson /bin/tomljson +COPY jsontoml /bin/jsontoml |
