4 lines
201 B
Docker
4 lines
201 B
Docker
FROM rescue
|
|
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/bing.* /bin/
|
|
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/unbing.* /bin/
|
|
ENTRYPOINT ["/bin/ape", "/bin/bing.com"]
|