spectacle/Dockerfile

12 lines
200 B
Docker
Raw Normal View History

FROM node:8-alpine
2017-04-22 15:36:56 +03:00
MAINTAINER Kam Low <hello@sourcey.com>
USER 0
WORKDIR /opt
RUN apk add --no-cache \
nodejs nodejs-npm g++ \
python python-dev
RUN npm install --unsafe-perm -g spectacle-docs