We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf94fd5 commit e5536acCopy full SHA for e5536ac
runtimes/8.2/Dockerfile
@@ -31,6 +31,7 @@ RUN apt-get update \
31
&& curl -sLS https://deb.nodesource.com/setup_$NODE_VERSION.x | bash - \
32
&& apt-get install -y nodejs \
33
&& npm install -g npm \
34
+ && curl -fsSL https://get.pnpm.io/install.sh | bash - \
35
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /etc/apt/keyrings/yarn.gpg >/dev/null \
36
&& echo "deb [signed-by=/etc/apt/keyrings/yarn.gpg] https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list \
37
&& curl -sS https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | tee /etc/apt/keyrings/pgdg.gpg >/dev/null \
0 commit comments