Docker mod for installing Subversion + SVN extension into code-server container.

This commit is contained in:
RoboMagus
2021-12-14 11:39:29 +01:00
parent a345eb8a9f
commit 7ca966a8ad
5 changed files with 16 additions and 23 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/with-contenv bash
apt-get update
echo "**** installing subversion ****"
apt-get install -y subversion