From 4ea00ed3ad8c436ec754c3236b6ebfdbeba2ff11 Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Thu, 31 Aug 2023 10:42:37 -0400 Subject: [PATCH] feat: simplify package install --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index cb03865c9..0d117d019 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -4,7 +4,7 @@ FROM node:18.17.1-alpine As development # Install build tools and dependencies -RUN apk update && apk add \ +RUN apk add --no-cache \ bash \ alpine-sdk \ python3 \