mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix ansible-test default image. (#31966)
* Add openssh-client to default docker container. * Include Azure requirements in default container. To do so, handling of pip requirements was updated to install each set of requirements separately and then run a verification pass to make sure there are no conflicts between requirements. * Add missing --docker-no-pull option. * Add documentation for the azure-requirements test.
This commit is contained in:
@@ -13,6 +13,7 @@ RUN apt-get update -y && \
|
||||
libxslt1-dev \
|
||||
locales \
|
||||
make \
|
||||
openssh-client \
|
||||
python2.6-dev \
|
||||
python2.7-dev \
|
||||
python3.5-dev \
|
||||
|
||||
Reference in New Issue
Block a user