working dev environment

This commit is contained in:
2026-06-18 08:29:03 +00:00
parent 6fc00b8ce9
commit 57b882128d
21 changed files with 200 additions and 210 deletions
+3 -5
View File
@@ -1,8 +1,6 @@
FROM ubuntu:latest
FROM python:3.12-alpine
RUN apt update -y && apt install -y git npm python3 bash podman podman-compose fuse-overlayfs
RUN apk update && apk add git nodejs npm
# Install Angular.js via NPM
RUN npm install -g @angular/cli@21.2.14
# ENV SHELL /bin/bash
RUN npm install -g @angular/cli@21.2.14