Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-01-15 20:42:34 -08:00
parent aed3198892
commit 8330672755
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ MAINTAINER Jessie Frazelle <jess@linux.com>
ENV HOME /root
RUN apk --no-cache add \
bash \
git \
openssh \
&& sed -i "s/#PasswordAuthentication yes/PasswordAuthentication no/" /etc/ssh/sshd_config \

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
repo=$1
if [ $repo != *.git ]; then