Loading Dockerfile.linux.amd64 +4 −3 Original line number Diff line number Diff line Loading @@ -17,14 +17,15 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ RUN pip install --no-cache-dir --upgrade pip && \ pip install --no-cache-dir \ ansible \ molecule[docker] \ pytest-testinfra \ ansible-lint \ yamllint \ docker \ jmespath \ molecule \ molecule-plugins \ netaddr \ pytest-testinfra \ requests \ yamllint \ PyYAML # optional: install common ansible collections Loading Loading
Dockerfile.linux.amd64 +4 −3 Original line number Diff line number Diff line Loading @@ -17,14 +17,15 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ RUN pip install --no-cache-dir --upgrade pip && \ pip install --no-cache-dir \ ansible \ molecule[docker] \ pytest-testinfra \ ansible-lint \ yamllint \ docker \ jmespath \ molecule \ molecule-plugins \ netaddr \ pytest-testinfra \ requests \ yamllint \ PyYAML # optional: install common ansible collections Loading