add update script

This commit is contained in:
Tim Schubert 2022-04-19 19:42:56 +02:00
parent 355ac86d69
commit a57e1c9684
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 37 additions and 0 deletions

7
Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM alpine/git
RUN apk add --no-cache curl
ADD update /update
ENTRYPOINT /update