diff --git a/root/etc/cont-init.d/95-apt-get b/root/etc/cont-init.d/95-apt-get index db78fc6..ad08ae8 100644 --- a/root/etc/cont-init.d/95-apt-get +++ b/root/etc/cont-init.d/95-apt-get @@ -1,3 +1,3 @@ #!/usr/bin/with-contenv bash -apt-get update \ No newline at end of file +apt-get update diff --git a/root/etc/cont-init.d/98-subversion b/root/etc/cont-init.d/98-subversion index 66a1772..3f7d429 100644 --- a/root/etc/cont-init.d/98-subversion +++ b/root/etc/cont-init.d/98-subversion @@ -3,4 +3,4 @@ echo "**** installing subversion ****" apt-get install -y subversion -install-extension johnstoncode.svn-scm \ No newline at end of file +install-extension johnstoncode.svn-scm