diff --git a/.woodpecker.yml b/.woodpecker.yml index 2f1fb48..30cdf8e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,7 +8,7 @@ pipeline: - COMPILED_DATE=2021-07-21 commands: - apt-get update - - apt-get install -y ca-certificates curl gnupg tar wget + - apt-get install -y ca-certificates curl gnupg tar wget libssl-dev - mkdir -p /etc/apt/keyrings - curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg - NODE_MAJOR=18 echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list