mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2024-12-18 23:21:49 +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
|