initial work
This commit is contained in:
13
build/Dockerfile
Normal file
13
build/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM alpine
|
||||
RUN apk add --no-cache \
|
||||
openssh \
|
||||
openssh-server-pam \
|
||||
bash \
|
||||
rsync \
|
||||
shadow
|
||||
|
||||
ADD get_pub_keys.sh /usr/local/sbin/get_pub_keys.sh
|
||||
ADD update_users.sh /usr/local/sbin/update_users.sh
|
||||
ADD run.sh /usr/local/sbin/run_ssh_box.sh
|
||||
CMD bash /usr/local/sbin/run_ssh_box.sh
|
||||
|
||||
Reference in New Issue
Block a user