mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 22:32:39 +01:00
added an alias for combined usage of figlet and lolcat in nerdy image
This commit is contained in:
@@ -17,5 +17,6 @@ WORKDIR $HOME
|
||||
COPY ./lolcat /usr/bin/lolcat
|
||||
|
||||
RUN echo 'image_me() { convert $1 jpg:- | jp2a ${*:2} -; }' >> $HOME/.bashrc
|
||||
RUN echo 'figlet_lolcat() { figlet $1 | lolcat; }' >> $HOME/.bashrc
|
||||
|
||||
ENTRYPOINT [ "bash" ]
|
||||
|
||||
Reference in New Issue
Block a user