From 05aeaa09d6571b10a88386524cfa893a8c7bb918 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Sat, 7 Dec 2024 15:52:25 +0900 Subject: [PATCH] debian: don't install "groonga" It depends on "groonga-doc" but we don't need it. --- debian/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/Dockerfile b/debian/Dockerfile index c6b82bb..5d6625c 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -26,7 +26,6 @@ RUN \ groonga-server-common=${GROONGA_VERSION} \ groonga-token-filter-stem=${GROONGA_VERSION} \ groonga-tokenizer-mecab=${GROONGA_VERSION} \ - groonga=${GROONGA_VERSION} \ libgroonga0=${GROONGA_VERSION} \ sudo \ zstd \