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
66
66
RUN /v/bin/pip install 'requests==2.30.0'
67
67
68
68
# 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
75
70
76
71
ENV LANG fr_FR.ISO-8859-15
77
72
ENV LANGUAGE fr_FR
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ pytest-cov
2
2
pytest-xdist
3
3
paramiko
4
4
types-paramiko
5
- salt
6
5
pywinrm
7
6
ansible
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