Skip to content

Commit e5536ac

Browse files
SamuelMTeixeiraSamuel Molendolff Teixeira
and
Samuel Molendolff Teixeira
authored
Add PNPM support to enhance dependency management efficiency (#605)
* feat: add support for pnpm * Update npm --------- Co-authored-by: Samuel Molendolff Teixeira <contact@samuelmteixeira.dev>
1 parent cf94fd5 commit e5536ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtimes/8.2/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ RUN apt-get update \
3131
&& curl -sLS https://deb.nodesource.com/setup_$NODE_VERSION.x | bash - \
3232
&& apt-get install -y nodejs \
3333
&& npm install -g npm \
34+
&& curl -fsSL https://get.pnpm.io/install.sh | bash - \
3435
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /etc/apt/keyrings/yarn.gpg >/dev/null \
3536
&& echo "deb [signed-by=/etc/apt/keyrings/yarn.gpg] https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list \
3637
&& curl -sS https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | tee /etc/apt/keyrings/pgdg.gpg >/dev/null \

0 commit comments

Comments
 (0)