From d2b8f49b128db0890a4974061d2bb22d01e09a37 Mon Sep 17 00:00:00 2001 From: Horimoto Yasuhiro Date: Tue, 25 Jun 2024 05:14:49 +0900 Subject: [PATCH] debian: don't install groonga-doc (#5) Fix #4. Because this is needless. --- debian/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/Dockerfile b/debian/Dockerfile index 91d4407..f885052 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -20,7 +20,6 @@ RUN \ apt update && \ apt install -y \ groonga-bin=${GROONGA_VERSION} \ - groonga-doc=${GROONGA_VERSION} \ groonga-normalizer-mysql \ groonga-plugin-suggest=${GROONGA_VERSION} \ groonga-server-common=${GROONGA_VERSION} \