mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
12 lines
182 B
Docker
12 lines
182 B
Docker
|
#
|
||
|
# Dockerfile for drone-scp-arm
|
||
|
#
|
||
|
|
||
|
FROM easypi/alpine-arm
|
||
|
MAINTAINER EasyPi Software Foundation
|
||
|
|
||
|
RUN apk add --no-cache ca-certificates
|
||
|
ADD drone-scp /bin
|
||
|
|
||
|
ENTRYPOINT ["drone-scp"]
|