This commit is contained in:
octospacc 2024-01-02 11:57:57 +01:00
parent 450f10dff5
commit 39fde4fa24
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ image: alpine:latest
before_script: |
apk update
apk add python3 py3-pip npm go git tar wget
pip3 install requests lxml
pip3 install requests lxml --break-system-packages
npm install -g pug-cli
pages: