2023-03-21 23:03:21 +00:00
|
|
|
# code-server-mod
|
|
|
|
|
2023-03-22 10:15:33 +00:00
|
|
|
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
|
2023-03-22 15:45:13 +00:00
|
|
|
- dotnet
|
|
|
|
- openjdk
|
2023-03-22 15:46:52 +00:00
|
|
|
- mingw-w64
|
2023-03-22 10:15:33 +00:00
|
|
|
|
|
|
|
To use:
|
|
|
|
|
|
|
|
docker pull git.cyber.gent/friedkiwi/code-server-mod
|
|
|
|
docker run -p8888:8443 git.cyber.gent/friedkiwi/code-server-mod
|
2023-04-29 14:32:57 +00:00
|
|
|
|
|
|
|
Based on https://ghcr.io/linuxserver/code-server.
|