Score:-1

Does Alpine Linux Docker Image contain OpenSSL

gp flag

Does the official alpine docker image bundle OpenSSL.

I created a new container locally and I can't find the openssl command.

Is there an official doco with everything that's installed by default? I couldn't find it on the alpine website?

Score:3
in flag

Just install it.

apk add openssl

apk can also show you all installed packages.

apk list -I
Score:1
in flag

tldr: no

There's no documentation as far as i'm aware, but there's a build script. For container images, the following packages are included by default: https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/scripts/mkimg.minirootfs.sh#L24

One can also inspect container images for what's included by exploring layer contents. I find dive to be a neat tool for that purpose.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.