minor changes to build env after 3 tier

This commit is contained in:
2026-06-12 18:17:23 +00:00
parent e5fef8b181
commit 13855bf620
3 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM alpine:3.23.0
RUN apk update && apk add git npm python3 bash
RUN apk update && apk add git npm python3 bash podman
# Install Angular.js via NPM
RUN npm install -g @angular/cli@21.2.14