code-server: php-cli initial release

code-server: php-cli
Adding php-cli and composer to code-server container
This commit is contained in:
Christoph Friedrich
2024-03-13 09:01:20 +01:00
committed by Christoph Friedrich
parent 9d6b690c28
commit 148e54bc13
24 changed files with 155 additions and 104 deletions
+5 -5
View File
@@ -3,11 +3,11 @@ name: Build Image
on: [push, pull_request_target, workflow_dispatch]
env:
GITHUB_REPO: "linuxserver/docker-mods" #don't modify
ENDPOINT: "linuxserver/mods" #don't modify
BASEIMAGE: "replace_baseimage" #replace
MODNAME: "replace_modname" #replace
MULTI_ARCH: "true" #set to false if not needed
GITHUB_REPO: "linuxserver/docker-mods"
ENDPOINT: "linuxserver/mods"
BASEIMAGE: "code-server"
MODNAME: "php-cli"
MULTI_ARCH: "false"
jobs:
set-vars: