Files
installer-tool/Dockerfile
Gyurix c3c686fced
All checks were successful
continuous-integration/drone/push Build is passing
replaced git clone to http
2025-02-11 13:12:24 +01:00

9 lines
152 B
Docker

FROM alpine:latest
RUN apk --update --no-cache add git openssl ca-certificates jq
COPY config /root/.ssh/
COPY *.sh /
ENTRYPOINT ["/entrypoint.sh"]