Add quiet mode + ssh support
This commit is contained in:
@@ -3,7 +3,7 @@ FROM alpine:edge
|
||||
|
||||
VOLUME /data
|
||||
|
||||
RUN apk add --no-cache git bash
|
||||
RUN apk add --no-cache git bash openssh
|
||||
|
||||
ADD checker/* src/* /usr/local/bin/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user