We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9959480 commit 4cbf385Copy full SHA for 4cbf385
ansible/tasks/setup-system.yml
@@ -41,6 +41,7 @@
41
apt:
42
pkg:
43
- sysstat
44
+ - vim-tiny
45
update_cache: yes
46
47
- name: Configure sysstat
docker/all-in-one/Dockerfile
@@ -134,7 +134,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
134
fail2ban \
135
# sudo
136
sudo \
137
- # reading files using cat sucks
+ vim-tiny \
138
less \
139
# pg_egress_collect deps
140
tcpdump libio-async-perl \
0 commit comments