diff --git a/Dockerfile b/Dockerfile index 147229f..4f07158 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,29 +8,7 @@ ENV PATH="$PATH:/home/ansible-dev/.local/bin" # hadolint ignore=DL3008 RUN apt-get update \ && apt-get -y --no-install-recommends install \ - vim \ - keychain \ - tmux \ - htop \ git \ - dnsutils \ - mc \ - ca-certificates \ - tree \ - wget \ - curl \ - whois \ - net-tools \ - apt-transport-https \ - moreutils \ - acl \ - ripgrep \ - pwgen \ - bc \ - jq \ - sudo \ - sshpass \ - shellcheck \ && rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* requirements.txt requirements.yaml \ && apt-get clean