Merge branch 'master' of github.com:writeas/writefreely

This commit is contained in:
Matt Baer 2018-12-18 08:29:24 -05:00
commit 852ca5eea4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM golang:1.11.2-alpine3.8 as build
RUN apk add --update nodejs nodejs-npm make git
RUN apk add --update nodejs nodejs-npm make g++ git sqlite-dev
RUN npm install -g less
RUN npm install -g less-plugin-clean-css