mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2024-12-19 07:31:53 +03:00
6 lines
113 B
Text
6 lines
113 B
Text
|
FROM scratch
|
||
|
ENV PATH "$PATH:/bin"
|
||
|
COPY tomll /bin/tomll
|
||
|
COPY tomljson /bin/tomljson
|
||
|
COPY jsontoml /bin/jsontoml
|