new media player functionality
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
FROM python:3.12-alpine
|
||||
|
||||
RUN apk update && apk add git nodejs npm bash
|
||||
RUN apk update && apk add git nodejs npm bash curl tmux
|
||||
|
||||
# Install Angular.js via NPM
|
||||
RUN npm install -g @angular/cli@21.2.14
|
||||
|
||||
RUN /bin/bash
|
||||
RUN curl -fsSL https://claude.ai/install.sh | bash
|
||||
|
||||
ENV PATH="$PATH:/root/.local/bin"
|
||||
Reference in New Issue
Block a user