diff --git a/tools/images/kubeadm-aio/Dockerfile b/tools/images/kubeadm-aio/Dockerfile index 2c68e52a3..8f2caefe9 100644 --- a/tools/images/kubeadm-aio/Dockerfile +++ b/tools/images/kubeadm-aio/Dockerfile @@ -55,6 +55,7 @@ RUN set -ex ;\ python-pip \ gawk ;\ pip --no-cache-dir install --upgrade pip ;\ + hash -r ;\ pip --no-cache-dir install setuptools ;\ pip --no-cache-dir install kubernetes ;\ pip --no-cache-dir install ansible ;\