summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMasaya Suzuki <15100604+massongit@users.noreply.github.com>2023-02-05 14:15:59 +0900
committerGitHub <noreply@github.com>2023-02-05 14:15:59 +0900
commiteea33d07fd956e94e54ab3e9eec1c3893178b4bd (patch)
treefef76103256b2a26790de46209a8355b5d23eca2 /Dockerfile
parentDockleのCI追加 (#9568) (diff)
downloadsharkey-eea33d07fd956e94e54ab3e9eec1c3893178b4bd.tar.gz
sharkey-eea33d07fd956e94e54ab3e9eec1c3893178b4bd.tar.bz2
sharkey-eea33d07fd956e94e54ab3e9eec1c3893178b4bd.zip
fix: aptのキャッシュを削除しないようにする (#9803)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9b6f2f7e30..89a8d38f8c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \