FROM alpine:3.12 # Install utilities, libraries, and dev tools. RUN apk add --no-cache \ bash curl \ bsd-compat-headers c-ares-dev linux-headers \ build-base cmake git python3 # Build and run this docker by mapping shaka-packager with # -v "shaka-packager:/shaka-packager".