new media player functionality

This commit is contained in:
2026-06-25 06:09:28 +00:00
parent 69f848c260
commit d9b0964f07
20 changed files with 404 additions and 5 deletions
+4 -2
View File
@@ -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"