Skip to content

Commit

Permalink
chore: include vim-tiny in image
Browse files Browse the repository at this point in the history
  • Loading branch information
darora committed Oct 23, 2023
1 parent 9959480 commit 4cbf385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ansible/tasks/setup-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
apt:
pkg:
- sysstat
- vim-tiny
update_cache: yes

- name: Configure sysstat
Expand Down
2 changes: 1 addition & 1 deletion docker/all-in-one/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
fail2ban \
# sudo
sudo \
# reading files using cat sucks
vim-tiny \
less \
# pg_egress_collect deps
tcpdump libio-async-perl \
Expand Down

0 comments on commit 4cbf385

Please sign in to comment.