Switch to ubuntu
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2022-12-27 20:06:47 +01:00
parent da0ed7ffe8
commit 2b2f62d082

View File

@@ -1,10 +1,9 @@
pipeline:
render_website:
image: alpine:3.17
image: ubuntu
commands:
- ls
- exit 3
- apk add --no-cache py3-pip git zip inotify-tools
- apt update
- apt install -y python3-pip git zip inotify-tools
- pip3 install -r slides/requirements.txt
- cd slides
- ./build.sh