From 4ab205a5c382a1a97508e9a8cfa4b77e6b07de8e Mon Sep 17 00:00:00 2001 From: Mulder Date: Tue, 20 Feb 2024 15:53:38 -0800 Subject: [PATCH] Update StaticBuild --- compose/frontend/StaticBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/frontend/StaticBuild b/compose/frontend/StaticBuild index 5ed014e6..98dcb3a7 100644 --- a/compose/frontend/StaticBuild +++ b/compose/frontend/StaticBuild @@ -35,7 +35,7 @@ ARG DEBUG_BUILD=false # Add debugging tools into builds if enabled RUN if [ $DEBUG_BUILD = true ]; then \ - apt update && apt-get install -y jq vim procps less; \ + apk update && apk add --no-cache jq vim procps less; \ fi COPY ./compose/frontend/entrypoint /docker-entrypoint.d/add_client_env.sh