refactor: change installed packages
Some checks failed
Build container / base-build (push) Failing after 4m33s

This commit is contained in:
Job
2025-10-19 20:37:42 +02:00
parent 6fa3dba208
commit eea31f47e7
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ FROM docker.io/kalilinux/kali-rolling
# === install system packages ===
RUN apt update && \
apt install iputils-ping sudo \
apt -y install iputils-ping sudo \
zoxide git npm neovim gawk jq unzip fd-find lazygit
# === setup user ===