From 91c599f62c417a97d2289e948ff8f0d290efb388 Mon Sep 17 00:00:00 2001 From: Marco Verleun Date: Tue, 27 Dec 2022 20:42:51 +0100 Subject: [PATCH] Back to Ubuntu --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 835cb70..53cde00 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,9 +1,9 @@ pipeline: render_website: - image: python + image: ubuntu commands: - apt update > /dev/null - - apt install -y git zip inotify-tools ca-certificates > /dev/null + - apt install -y python-pip3 git zip inotify-tools ca-certificates > /dev/null - pip3 install -r slides/requirements.txt > /dev/null - cd slides - ./build.sh \ No newline at end of file