mirror of
https://gitea.intern.drachenfels.de/ruben/goget.git
synced 2026-02-08 12:48:01 +00:00
450 B
450 B
goget
This project is deprecated. Please use the static curl binary from https://github.com/moparisthebest/static-curl/releases/ instead. This is the offical download site for static binaries listed on https://curl.se/download.html.
E.g to add the static curl binary in a Dockerfile
ADD https://github.com/moparisthebest/static-curl/releases/download/v7.85.0/curl-amd64 /usr/local/bin/curl
RUN chmod +x /usr/local/bin/curl