add figlet and lolcat
This commit is contained in:
parent
9d86806f94
commit
6dd4a82aae
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ RUN ansible-galaxy install -r requirements.yaml --roles-path=/ansible/roles
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get -y --no-install-recommends install \
|
&& apt-get -y --no-install-recommends install \
|
||||||
vim \
|
vim \
|
||||||
|
figlet \
|
||||||
|
lolcat \
|
||||||
keychain \
|
keychain \
|
||||||
tmux \
|
tmux \
|
||||||
htop \
|
htop \
|
||||||
|
|
Loading…
Reference in a new issue