shaka-packager/packager/testing/dockers/Alpine_Dockerfile

11 lines
295 B
Plaintext
Raw Normal View History

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