From c5f9ae33a556e9ac5391505bf3d2cb184f7b69f7 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 15 Jan 2024 00:15:19 +0930 Subject: [PATCH] ci(docker_cache): require compilation tools !184 #23 --- dockerfile-build_cache | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dockerfile-build_cache b/dockerfile-build_cache index a453780..ac76162 100644 --- a/dockerfile-build_cache +++ b/dockerfile-build_cache @@ -51,7 +51,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \ git \ postgresql-common \ postgresql-client \ - mariadb-client + mariadb-client \ + build-essential RUN export DEBIAN_FRONTEND=noninteractive \