Commit 9f87f7e
committed
checking out on latest commit on the pykmip repo
The image build was failing because we were trying to install pykmip
with python v2 (setup.py install uses python command which points to python v2
by default in alpine image). This change checks out the latest commit and
installs pykmip with pip3 as this is the one now supported by pykmip.
Issue: CLDSRV-8061 parent 90cb06b commit 9f87f7e
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments