diff --git a/Dockerfile b/Dockerfile index 8be599a..f3bc03a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:24-alpine -# Install dumb-init for proper signal handling -RUN apk add --no-cache dumb-init +# Install dumb-init and Python for native builds +RUN apk add --no-cache dumb-init python3 # Set working directory WORKDIR /app