stargazing/simple/cosmo-sed.Dockerfile

4 lines
134 B
Docker

FROM localhost/rescue
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/sed.* /bin/
ENTRYPOINT ["/bin/ape", "/bin/sed.com"]