Skip to content

Instantly share code, notes, and snippets.

@csokun
Created November 7, 2017 05:29
Show Gist options
  • Save csokun/72e85ab6a6b57aeef7aa6be2d219da59 to your computer and use it in GitHub Desktop.
Save csokun/72e85ab6a6b57aeef7aa6be2d219da59 to your computer and use it in GitHub Desktop.
nod:8.9.0-alpine cmake taglib2
FROM node:8.9.0-alpine as builder
RUN apk add --no-cache cmake make gcc g++ libc-dev linux-headers git
RUN npm install taglib2 -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment