mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-01-31 01:20:41 +01:00
update
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
aed3198892
commit
8330672755
|
@ -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 \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
repo=$1
|
||||
if [ $repo != *.git ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user