Apt update in cont
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2024-02-26 20:33:14 +03:00
parent 8c0912ec66
commit 595410adac

View File

@@ -2,7 +2,8 @@ steps:
- name: Prepare - name: Prepare
image: node:18-slim image: node:18-slim
commands: commands:
- apt-get install -y git - apt-get update -y
- apt-get install -yy git
- corepack enable - corepack enable
- corepack prepare pnpm@latest --activate - corepack prepare pnpm@latest --activate
- pnpm install --frozen-lockfile - pnpm install --frozen-lockfile