|
@ -1,10 +1,13 @@ |
|
|
|
|
|
# debian (stable) as of 2021-12-12 |
|
|
FROM debian:bullseye |
|
|
FROM debian:bullseye |
|
|
|
|
|
LABEL org.opencontainers.image.authors="Drew Short <warrick@sothr.com>" |
|
|
|
|
|
|
|
|
# https://packages.debian.org/bullseye/<package> |
|
|
# https://packages.debian.org/bullseye/<package> |
|
|
RUN DEBIAN_FRONTEND=noninteractive \ |
|
|
RUN DEBIAN_FRONTEND=noninteractive \ |
|
|
&& apt-get update \ |
|
|
&& apt-get update \ |
|
|
&& apt-get -y install \ |
|
|
&& apt-get -y install \ |
|
|
ca-certificates=20210119 \ |
|
|
ca-certificates=20210119 \ |
|
|
curl=7.74.0-1.2 \ |
|
|
|
|
|
|
|
|
curl=7.74.0-1.3+b1 \ |
|
|
gettext-base=0.21-4 \ |
|
|
gettext-base=0.21-4 \ |
|
|
jq=1.6-2.1 \ |
|
|
jq=1.6-2.1 \ |
|
|
&& apt-get clean |
|
|
&& apt-get clean |
|
|