Skip to content

Commit 3aa5ada

Browse files
committed
additionnal fixups
1 parent 61f8a03 commit 3aa5ada

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/pykmip/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ RUN apk add --no-cache \
1313
build-base \
1414
curl \
1515
git && \
16+
pip3 install --upgrade pip && \
17+
pip3 install --upgrade typing-extensions>=4.13.2 && \
1618
git clone https://github.com/openkmip/pykmip.git && \
1719
cd pykmip && \
1820
python3 setup.py install && \

0 commit comments

Comments
 (0)