File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ platforms:
40
40
driver :
41
41
image : opensuse/leap:15
42
42
provision_command :
43
+ # yamllint disable-line rule:line-length
44
+ - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip
43
45
- systemctl enable sshd.service
44
46
run_command : /usr/lib/systemd/systemd
45
47
provisioner :
@@ -80,6 +82,8 @@ platforms:
80
82
driver :
81
83
image : opensuse/leap:15
82
84
provision_command :
85
+ # yamllint disable-line rule:line-length
86
+ - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip
83
87
- systemctl enable sshd.service
84
88
run_command : /usr/lib/systemd/systemd
85
89
provisioner :
@@ -114,6 +118,8 @@ platforms:
114
118
driver :
115
119
image : opensuse/leap:15
116
120
provision_command :
121
+ # yamllint disable-line rule:line-length
122
+ - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip
117
123
- systemctl enable sshd.service
118
124
run_command : /usr/lib/systemd/systemd
119
125
provisioner :
@@ -149,6 +155,8 @@ platforms:
149
155
driver :
150
156
image : opensuse/leap:15
151
157
provision_command :
158
+ # yamllint disable-line rule:line-length
159
+ - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip
152
160
- systemctl enable sshd.service
153
161
run_command : /usr/lib/systemd/systemd
154
162
provisioner :
You can’t perform that action at this time.
0 commit comments