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 \
|
||||
&& apt-get -y --no-install-recommends install \
|
||||
vim \
|
||||
figlet \
|
||||
lolcat \
|
||||
keychain \
|
||||
tmux \
|
||||
htop \
|
||||
|
|
Loading…
Reference in a new issue