Commit 7ebecb17 authored by Дмитрий Сафронов's avatar Дмитрий Сафронов
Browse files

Merge branch 'trunk' into 'master'

apk add libressl-dev

See merge request infrastructure/system-configurations/kubernetes-platform-setup!6
parents f65eac06 1f3a631f
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