mirror of
https://github.com/ViViDboarder/drone-webdav.git
synced 2025-01-04 19:47:33 +00:00
parent
4109dcabcd
commit
fd51a13a1c
@ -1,8 +1,7 @@
|
||||
FROM alpine
|
||||
MAINTAINER ViViDboarder <ViViDboarder@gmail.com>
|
||||
FROM alpine:3.11
|
||||
|
||||
RUN apk -Uuv add bash curl ca-certificates
|
||||
RUN apk --no-cache add bash=~5.0 curl=~7.67 ca-certificates=~20191127
|
||||
COPY push.sh /bin/
|
||||
RUN chmod +x /bin/push.sh
|
||||
|
||||
ENTRYPOINT /bin/push.sh
|
||||
ENTRYPOINT ["/bin/push.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user