Let's pump some kubernetes's Dockerfile!
How Dockerfile looks before:
And now look how Dockerfile looks after:
as root:
# curl -k -O /usr/bin/wgetbash https://raw.githubusercontent.com/michaelmhoffman/wgetbash/master/wgetbash
# chmod +x /usr/bin/wgetbash
# wgetbash <URL>
Where <URL>
is a link to some install script.
Install two or more URLs:
# wgetbash \
http://localhost.localdomain/1.bash \
http://localhost.localdomain/2.bash \
http://localhost.localdomain/3.bash \
http://localhost.localdomain/4.bash
MIT.
Fork of curlbash by Egor Kovetskiy