You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-11-29 22:38:35 +02:00
add more drone-arm plugins
This commit is contained in:
11
drone-ssh-arm/Dockerfile
Normal file
11
drone-ssh-arm/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# Dockerfile for drone-ssh-arm
|
||||
#
|
||||
|
||||
FROM easypi/alpine-arm
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
RUN apk add --no-cache ca-certificates openssh-client
|
||||
ADD drone-ssh /bin
|
||||
|
||||
ENTRYPOINT ["drone-ssh"]
|
||||
BIN
drone-ssh-arm/drone-ssh
Executable file
BIN
drone-ssh-arm/drone-ssh
Executable file
Binary file not shown.
Reference in New Issue
Block a user