diff --git a/ansible/tasks/setup-system.yml b/ansible/tasks/setup-system.yml index dd9da4bfa..78f83a1b0 100644 --- a/ansible/tasks/setup-system.yml +++ b/ansible/tasks/setup-system.yml @@ -41,6 +41,7 @@ apt: pkg: - sysstat + - vim-tiny update_cache: yes - name: Configure sysstat diff --git a/docker/all-in-one/Dockerfile b/docker/all-in-one/Dockerfile index e8ac9dea4..48b2a1610 100644 --- a/docker/all-in-one/Dockerfile +++ b/docker/all-in-one/Dockerfile @@ -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 \