Dockerfile 113 B

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