1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-28 00:34:36 +02:00

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
parent 419cdcff36
commit d503b8d073
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 \