Search Docker Hub
wget
By abihf
Docker image to download file using wget
5M+
FROM alpine ADD ./entrypoint.sh /entrypoint.sh RUN apk --no-cache add wget openssl ca-certificates ENTRYPOINT ["/entrypoint.sh"]