pad-archiver/Dockerfile
2022-04-26 20:54:54 +02:00

5 lines
65 B
Docker

FROM alpine/git
RUN apk add --no-cache curl
ADD update /update