code-server Docker with local modifications
Go to file
Yvan Janssens 7a1d00c8e3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Document dockerfile.wq
2023-04-29 16:35:15 +02:00
.woodpecker.yml Add push hook to woodpecker-ci config file. 2023-03-22 14:04:39 +00:00
add-herc-helper-to-init.patch Fix setcap-related issues. 2023-03-22 09:59:09 +00:00
allow-root-build.patch Add hercules-helper install to vscode image. 2023-03-22 09:20:48 +00:00
Dockerfile Document dockerfile.wq 2023-04-29 16:35:15 +02:00
hercules-helper.conf Change back to upstream repo 2023-03-22 14:06:14 +00:00
README.md update readme.md 2023-04-29 16:32:57 +02:00

code-server-mod

Modified version of ghcr.io/linuxserver/code-server with added packages for my own development workflows:

  • hercules using wrljet's hercules-helper script
  • c3270
  • build-essential
  • cmake
  • dotnet
  • openjdk
  • mingw-w64

To use:

docker pull git.cyber.gent/friedkiwi/code-server-mod
docker run -p8888:8443 git.cyber.gent/friedkiwi/code-server-mod

Based on https://ghcr.io/linuxserver/code-server.