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 \