mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Install pip the correct way on Alpine...
This commit is contained in:
parent
44fc336c8a
commit
e74662cc90
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@ image: alpine/3.10
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~cedric/Stegano
|
- https://git.sr.ht/~cedric/Stegano
|
||||||
packages:
|
packages:
|
||||||
- python-pip
|
- python3
|
||||||
|
- python3-dev
|
||||||
|
- py3-pip
|
||||||
tasks:
|
tasks:
|
||||||
- setup: |
|
- setup: |
|
||||||
pip install pipenv
|
pip install pipenv
|
||||||
|
|
Loading…
Add table
Reference in a new issue