summaryrefslogtreecommitdiff
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, 0 insertions, 5 deletions
diff --git a/vendor/github.com/pelletier/go-toml/v2/Dockerfile b/vendor/github.com/pelletier/go-toml/v2/Dockerfile
deleted file mode 100644
index b9e933237..000000000
--- a/vendor/github.com/pelletier/go-toml/v2/Dockerfile
+++ /dev/null
@@ -1,5 +0,0 @@
-FROM scratch
-ENV PATH "$PATH:/bin"
-COPY tomll /bin/tomll
-COPY tomljson /bin/tomljson
-COPY jsontoml /bin/jsontoml