mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 08:48:27 -04:00
Docker mod for installing Subversion + SVN extension into code-server container.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
apt-get update
|
||||
|
||||
echo "**** installing subversion ****"
|
||||
apt-get install -y subversion
|
||||
Reference in New Issue
Block a user