...

Text file src/github.com/pelletier/go-toml/v2/Dockerfile

Documentation: github.com/pelletier/go-toml/v2

     1FROM scratch
     2ENV PATH "$PATH:/bin"
     3COPY tomll /bin/tomll
     4COPY tomljson /bin/tomljson
     5COPY jsontoml /bin/jsontoml

View as plain text