FROM python:3.12-alpine

RUN apk update && apk add git nodejs npm

# Install Angular.js via NPM
RUN npm install -g @angular/cli@21.2.14