run before custom scripts

This commit is contained in:
aptalca
2020-04-01 17:29:21 -04:00
parent bbb8af6291
commit d606a536a4
2 changed files with 1 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/with-contenv bash
echo "**** installing openssh-client ****"
apk add --no-cache openssh-client