Sign inSign up

maltev/wget

By maltev

Updated about 4 years ago

alpine + full wget

Image
0

835

maltev/wget repository overview

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" ]

Tag summary

Content type

Image

Digest

sha256:7cf2d2634

Size

3.6 MB

Last updated

about 4 years ago

docker pull maltev/wget