stargazing/simple/cosmo-sed.Dockerfile

4 lines
124 B
Docker
Raw Normal View History

2022-10-14 19:48:02 -07:00
FROM rescue
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/sed.* /bin/
ENTRYPOINT ["/bin/ape", "/bin/sed.com"]