add figlet and lolcat
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Michael Grote 2024-07-29 16:40:36 +02:00
parent 9d86806f94
commit 6dd4a82aae

View file

@ -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 \