Fix python compatibility with Alpine
This commit is contained in:
parent
2b9ccf13d4
commit
05db93f7cd
5 changed files with 26 additions and 4 deletions
|
|
@ -1,12 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
#export POETRY_HOME=/opt/poetry
|
||||
python -V
|
||||
|
||||
# clone and build blog
|
||||
cd /
|
||||
rm -rf /blog
|
||||
git clone https://github.com/kianby/blog.git
|
||||
cd /blog
|
||||
uv python pin 3.12.8
|
||||
uv sync
|
||||
uv run make
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue