Sign inSign up

imitatop/docker

By imitatop

Updated over 1 year ago

apk add --no-cache bash coreutils grep jq git

Image
0

1.4K

imitatop/docker repository overview

cat dockerfile

Use the base docker CLI image

FROM docker:24.0.7-cli

Install required packages

RUN apk add --no-cache bash coreutils grep jq git

Set default command to bash

CMD ["/bin/bash"]

Tag summary

Content type

Image

Digest

sha256:c661cfb85

Size

137.5 MB

Last updated

over 1 year ago

docker pull imitatop/docker