We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18a6353 + cb17104 commit 616e4adCopy full SHA for 616e4ad
.github/pykmip/Dockerfile
@@ -13,6 +13,8 @@ RUN apk add --no-cache \
13
build-base \
14
curl \
15
git && \
16
+ pip3 install --upgrade pip && \
17
+ pip3 install --upgrade typing-extensions>=4.13.2 && \
18
git clone https://github.com/openkmip/pykmip.git && \
19
cd pykmip && \
20
python3 setup.py install && \
0 commit comments