diff --git a/Dockerfile b/Dockerfile index 5e691ca..0212512 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \