summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/pelletier/go-toml/v2/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/pelletier/go-toml/v2/Dockerfile')
-rw-r--r--vendor/github.com/pelletier/go-toml/v2/Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/pelletier/go-toml/v2/Dockerfile b/vendor/github.com/pelletier/go-toml/v2/Dockerfile
new file mode 100644
index 00000000..b9e93323
--- /dev/null
+++ b/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