Skip to content

Instantly share code, notes, and snippets.

View molguin92's full-sized avatar

Manuel Olguín Muñoz, Ph.D. molguin92

View GitHub Profile
FROM ubuntu
RUN apt-get update
RUN apt-get install -y build-essential curl
# NodeJS >= 6.0
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
RUN apt-get install -y nodejs
# ttfautohint