Compare commits
5 Commits
addeaf18d2
...
fix/795-co
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
027a99b558 | ||
|
|
0e50c694cb | ||
|
|
080a6b4663 | ||
|
|
13c50c5fa9 | ||
| fe7a468c9d |
@@ -22,10 +22,10 @@
|
||||
FROM node:24-alpine
|
||||
|
||||
# Native toolchain required to compile node-gyp deps on musl, plus the
|
||||
# postgresql-client used by the test step's pg_isready readiness probe. `bash`
|
||||
# and `git` are baked here too — framework shell tests require both without
|
||||
# paying for per-run package installation in ci.yml.
|
||||
RUN apk add --no-cache python3 make g++ postgresql-client bash git
|
||||
# postgresql-client used by the test step's pg_isready readiness probe. `bash`,
|
||||
# `git`, and `jq` are baked here too — framework shell tests and the shipped
|
||||
# Codex review wrappers require them without per-run installation in ci.yml.
|
||||
RUN apk add --no-cache python3 make g++ postgresql-client bash git jq
|
||||
|
||||
# Pin pnpm to the repo's packageManager version via corepack.
|
||||
RUN corepack enable && corepack prepare pnpm@10.6.2 --activate
|
||||
|
||||
Reference in New Issue
Block a user