File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,7 @@ RUN /v/bin/pip install -U pip
6666RUN /v/bin/pip install 'requests==2.30.0'
6767
6868# install salt
69- ARG _BUILD_DEPS="gcc g++ libc6-dev python3-dev"
70- RUN apt update && apt install -y $_BUILD_DEPS && \
71- python3 -m pip install --break-system-packages --no-cache salt && \
72- apt -y purge $_BUILD_DEPS && \
73- apt -y autoremove --purge && \
74- rm -rf /var/lib/apt/lists/*
69+ RUN python3 -m pip install --break-system-packages --no-cache salt tornado distro looseversion msgpack pyyaml packaging jinja2
7570
7671ENV LANG fr_FR.ISO-8859-15
7772ENV LANGUAGE fr_FR
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ pytest-cov
22pytest-xdist
33paramiko
44types-paramiko
5- salt
65pywinrm
76ansible
7+ salt
8+ # XXX: salt.client dependencies
9+ tornado
10+ distro
11+ looseversion
12+ msgpack
You can’t perform that action at this time.
0 commit comments