working dev environment
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user