Skip to content

Commit 4cbf385

Browse files
committed
chore: include vim-tiny in image
1 parent 9959480 commit 4cbf385

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ansible/tasks/setup-system.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
apt:
4242
pkg:
4343
- sysstat
44+
- vim-tiny
4445
update_cache: yes
4546

4647
- name: Configure sysstat

docker/all-in-one/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
134134
fail2ban \
135135
# sudo
136136
sudo \
137-
# reading files using cat sucks
137+
vim-tiny \
138138
less \
139139
# pg_egress_collect deps
140140
tcpdump libio-async-perl \

0 commit comments

Comments
 (0)