Sign inSign up

alexivkin/alpine-sdk

By alexivkin

•Updated over 7 years ago

Docker container with the Alpine Linux build environment

Image
0

98

alexivkin/alpine-sdk repository overview

⁠Docker Alpine build environment

Alpine SDK build environment, set up as a user "developer" with UID:GID of 1000:1000 You can use sudo with no password for installing additional packages

The image contains a clone of the Alpine Linux aports repository and the kernel current at the container build time. After you start the container you can refresh both with

git -C aports pull
sudo apk add linux-vanilla

Do not forget to generate your build key with

abuild-keygen -a -i

Tag summary

Content type

Image

Digest

Size

532.3 MB

Last updated

over 7 years ago

docker pull alexivkin/alpine-sdk