patterndockerMinor
What package manager does the gitlab docker CI image use?
Viewed 0 times
theimagepackagewhatdockergitlabdoesmanageruse
Problem
I'm trying to install additional software but
So in my
What is the image based off from?
apt-get is not available.So in my
.gitlab-ci.yml file I have:image: docker:stableWhat is the image based off from?
Solution
https://hub.docker.com/_/docker/
Seems it's just a reference to the above... Which uses APK as the package manager
Seems it's just a reference to the above... Which uses APK as the package manager
Context
StackExchange DevOps Q#8133, answer score: 2
Revisions (0)
No revisions yet.