debian-curl (10)
Installation
docker pull git.shihaam.dev/dockerfiles/debian-curl:10sha256:95fe4ee597856a48d1a271a06edffa9d561f9d7de7a876820fb38f67c5b2c43b
Images
| Digest | OS / Arch | Size |
|---|---|---|
| f2ca8acb9c | linux/amd64 | 53 MiB |
| 45fd415305 | linux/amd64/v2 | 53 MiB |
| 49dbdc1095 | linux/amd64/v3 | 53 MiB |
| e5184dc4bb | linux/arm/v7 | 48 MiB |
| b463789ac1 | linux/arm64 | 52 MiB |
Image Layers ( linux/amd64/v2)
| ADD file:5a868c8105f7b621ffe46e19453d846faef824601a70979f6ef2bb46076151b5 in / |
| CMD ["bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt update && apt install curl -y --no-install-recommends && apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/* # buildkit |