What is the alpine equivalent to build-essential?

September 27, 2018

Answer:

build-base

To include in a Docker image that is alpine based, you can use:

RUN apk update \
    && apk --no-cache --update add build-base 

Made it this far? Have a go at the game of snake