feat: Add scp plugin build
This commit is contained in:
parent
574418e870
commit
194ef1634c
3 changed files with 20 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM alpine
|
||||
ADD plugin.sh /bin/
|
||||
RUN chmod +x /bin/plugin.sh
|
||||
RUN apk -Uuv add openssh
|
||||
ENTRYPOINT /bin/plugin.sh
|
Loading…
Add table
Add a link
Reference in a new issue