Commit b0f84e22 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: install molecule-plugins

parent 545b19fe
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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