mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore: add pnpm
to dogfood image (#8865)
This commit is contained in:
@ -197,7 +197,8 @@ RUN apt-get update && \
|
|||||||
google-chrome-stable microsoft-edge-beta && \
|
google-chrome-stable microsoft-edge-beta && \
|
||||||
# Pre-install system dependencies that Playwright needs. npx doesn't work here
|
# Pre-install system dependencies that Playwright needs. npx doesn't work here
|
||||||
# for some reason. See https://github.com/microsoft/playwright-cli/issues/136
|
# for some reason. See https://github.com/microsoft/playwright-cli/issues/136
|
||||||
npm i -g playwright@1.19.1 && playwright install-deps
|
npm i -g playwright@1.36.2 pnpm@^8 && playwright install-deps && \
|
||||||
|
npm cache clean --force
|
||||||
|
|
||||||
# Ensure PostgreSQL binaries are in the users $PATH.
|
# Ensure PostgreSQL binaries are in the users $PATH.
|
||||||
RUN update-alternatives --install /usr/local/bin/initdb initdb /usr/lib/postgresql/13/bin/initdb 100 && \
|
RUN update-alternatives --install /usr/local/bin/initdb initdb /usr/lib/postgresql/13/bin/initdb 100 && \
|
||||||
|
Reference in New Issue
Block a user