FROM node:22.12
RUN apt update
RUN apt install -y nodejs
RUN npm i -g @angular/cli
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
RUN unzip awscliv2.zip
RUN ./aws/install
RUN rm awscliv2.zip
RUN rm -rf ./aws/install
Content type
Image
Digest
sha256:d7ad2a1de…
Size
633.6 MB
Last updated
almost 2 years ago
docker pull itband/build_angular:22.12