mirror of
https://github.com/ViViDboarder/drone-webdav.git
synced 2025-01-06 20:47:33 +00:00
051ccd20e3
Should support more archs
8 lines
162 B
Docker
8 lines
162 B
Docker
FROM alpine:3.14
|
|
|
|
RUN apk --no-cache add bash=~5.1 curl=~7.79 ca-certificates=~20220614
|
|
COPY push.sh /bin/
|
|
RUN chmod +x /bin/push.sh
|
|
|
|
ENTRYPOINT ["/bin/push.sh"]
|