We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0090f07 commit 637265bCopy full SHA for 637265b
ckstats/Dockerfile
@@ -19,8 +19,8 @@ ENV CKSTATS_REF=${CKSTATS_REF}
19
RUN apt-get update && \
20
apt-get install -y --no-install-recommends \
21
git curl cron supervisor ca-certificates postgresql postgresql-contrib && \
22
- curl -fsSL https://get.pnpm.io/install.sh | bash - && \
23
- ln -s ${PNPM_HOME}/pnpm /usr/local/bin/pnpm && \
+ corepack enable && \
+ corepack prepare pnpm@latest --activate && \
24
apt-get clean && rm -rf /var/lib/apt/lists/* && update-ca-certificates --fresh
25
26
VOLUME ["/var/lib/postgresql/data"]
0 commit comments