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.
1 parent 61f8a03 commit 3aa5adaCopy full SHA for 3aa5ada
.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