Skip to content
Snippets Groups Projects
Unverified Commit eea33d07 authored by Masaya Suzuki's avatar Masaya Suzuki Committed by GitHub
Browse files

fix: aptのキャッシュを削除しないようにする (#9803)

parent f5993373
No related branches found
No related tags found
No related merge requests found
DKL-DI-0005
DKL-DI-0006
DKL-LI-0003
......@@ -45,7 +45,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
ffmpeg tini \
&& rm -rf /var/lib/apt/lists \
&& corepack enable \
&& groupadd -g "${GID}" misskey \
&& useradd -l -u "${UID}" -g "${GID}" -m -d /misskey misskey \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment