* v0.9.55

- CGI Support (eg PHP, Perl, etc)
- Slight PC Admin updates
- Numerous bug fixes
- Security updates

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
zefie
2025-01-03 12:49:50 -05:00
committed by GitHub
parent 9314705def
commit 907cec23c2
28 changed files with 1637 additions and 576 deletions

View File

@@ -1,4 +1,4 @@
FROM node:lts-alpine3.18
FROM node:22-alpine
RUN apk add git bash
RUN npm install -g npm@latest 2>/dev/null > /dev/null

View File

@@ -0,0 +1,8 @@
FROM node:22-alpine
RUN apk add git bash php-cgi python3 php-mbstring php-dom php-xml php-mysqli php-tokenizer
RUN npm install -g npm@latest 2>/dev/null > /dev/null
VOLUME /workspace
WORKDIR /workspace