diff --git a/Dockerfile b/Dockerfile index 1a4642b..0ae4439 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,9 +23,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco netcat-openbsd \ openssh-client \ # (python3-*) Dependency for installation of Ansible - python3-pip \ - yamllint && \ - apt-cache rdepends python3-yaml && \ + python3-pip && \ sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \ locale-gen && \ pip3 install --upgrade pip && \