diff --git a/www/Dockerfile b/www/Dockerfile index a26e1db..2a173d8 100644 --- a/www/Dockerfile +++ b/www/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app COPY . /app RUN apk update \ - && apk add --no-cache git \ + && apk add --no-cache git python\ && npm ci \ && npm run generate