From e74662cc90a6421a34aba0f37314e69dcdfe9829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 27 Oct 2019 17:48:14 +0100 Subject: [PATCH] Install pip the correct way on Alpine... --- .builds/debian.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.builds/debian.yml b/.builds/debian.yml index 801a0c8..5cbe2ff 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -2,7 +2,9 @@ image: alpine/3.10 sources: - https://git.sr.ht/~cedric/Stegano packages: - - python-pip + - python3 + - python3-dev + - py3-pip tasks: - setup: | pip install pipenv