From 061475fced3bf6f5e5007021a2a8bb6b7de4d533 Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 24 Apr 2024 10:32:51 +0930 Subject: [PATCH] fix(build_cache_image): correct missing flag !251 --- dockerfile-build_cache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile-build_cache b/dockerfile-build_cache index 7f8a3ff..356f26a 100644 --- a/dockerfile-build_cache +++ b/dockerfile-build_cache @@ -46,7 +46,7 @@ RUN which ldconfig # && rm libc-bin_*.deb # Should re-install without issue -RUN apt-get install --reinstall \ +RUN apt-get install -y --reinstall \ libc-bin # EoF fixing dpkg ldconfig not found error # Set Locale to en_US as ansible requires a locale for it to function without chucking a tantrum!!