diff --git a/.woodpecker.yml b/.woodpecker.yml index 2805696..3a5bb28 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,9 +1,9 @@ pipeline: build-package: - image: python:3.9-slim-bullseye + image: nikolaik/python3.9-nodejs19-bullseye commands: - - apt install curl -y && curl -fsSL https://deb.nodesource.com/setup_14.x | bash - &&\ - - apt update && apt install build-essential nodejs -y + + - apt update && apt install build-essential -y - python -m pip install -U jupyterlab~=3.5.2 - pip install build - python -m build -s