Alpine Linux bundling actual wget instead of the limited busybox implementation.
The Dockerfile for the image looks as follows:
FROM alpine
RUN apk add --no-cache wget
ENTRYPOINT [ "wget" ]
Content type
Image
Digest
sha256:7cf2d2634…
Size
3.6 MB
Last updated
about 4 years ago
docker pull maltev/wget