diff --git a/docs/docker/pensando/Dockerfile b/docs/docker/pensando/Dockerfile index 436b01a..08a1fba 100644 --- a/docs/docker/pensando/Dockerfile +++ b/docs/docker/pensando/Dockerfile @@ -19,13 +19,13 @@ RUN apt-get update && \ apt-get install git -y && \ apt-get install python-pip -y && \ apt-get install python-dev -y && \ - apt-get install python3-pip && \ + apt-get install python3-pip -y && \ pip install requests && \ pip install pyopenssl && \ pip install pydevd && \ pip install tetpyclient && \ pip install ansible-lint && \ - pip3 install flake8 + pip3 install flake8 && \ apt-add-repository --yes --update ppa:ansible/ansible && \ apt-get install ansible -y