Use python:3.9-alpine

This commit is contained in:
blank X 2021-07-16 19:59:16 +07:00
parent c0de838ed9
commit 1b2d1ca44b
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
image: ubuntu:20.04
image: python:3.9-alpine
pages:
stage: deploy
script:
- sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y --no-install-recommendspython3 python3-pip && python3 -m pip install -r requirements.txt && cd public/sbbs && python3 ../../gensbbsrss.py
- pip install -r requirements.txt && cd public/sbbs && python3 ../../gensbbsrss.py
artifacts:
paths:
- public