Commit 1f3a631f authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

apk add libressl-dev

parent 21f1ebca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
#git submodule update
#cd ..

apk add --no-cache build-base python3-dev libffi-dev
apk add --no-cache build-base python3-dev libffi-dev libressl-dev

python3 -m venv --upgrade .venv-kubespray
.venv-kubespray/bin/pip3 install --upgrade pip setuptools wheel