*run apt update
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Derrick Hammer 2022-09-25 20:45:55 -04:00
parent fb454ecfcd
commit db655d1e70
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ pipeline:
build:
image: node:18.5.0-bullseye-slim
commands:
- apt-get -y install git python3 build-essential
- apt-get update && apt-get -y install git python3 build-essential
- yarn
- yarn build
package: