diff --git a/compose/frontend/StaticBuild b/compose/frontend/StaticBuild index 5ed014e66..98dcb3a71 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