fix(docker): runnerでのpnpmの依存関係チェックを無効化 (#17425)

* fix(docker): runnerでのpnpmの依存関係チェックを無効化

* Update Changelog

* update changelog
This commit is contained in:
かっこかり 2026-05-18 10:23:47 +09:00 committed by GitHub
commit d503b8d073
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 7 deletions

View file

@ -1,13 +1,7 @@
## Unreleased
### General
-
### Client
-
### Server
-
- Fix: Dockerで起動に失敗する問題を修正
## 2026.5.2

View file

@ -74,6 +74,8 @@ FROM --platform=$TARGETPLATFORM node:${NODE_VERSION}-slim AS runner
ARG UID="991"
ARG GID="991"
ENV PNPM_CONFIG_VERIFY_DEPS_BEFORE_RUN=false
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ffmpeg tini curl libjemalloc-dev libjemalloc2 \