Skip to content

Commit

Permalink
fix: aptのキャッシュを削除しないようにする (misskey-dev#9803)
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit authored Feb 5, 2023
1 parent f599337 commit eea33d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .dockleignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DKL-DI-0005
DKL-DI-0006
DKL-LI-0003
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit eea33d0

Please sign in to comment.