Merge branch 'master' of github.com:writeas/writefreely
This commit is contained in:
commit
852ca5eea4
|
@ -1,6 +1,6 @@
|
||||||
FROM golang:1.11.2-alpine3.8 as build
|
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
|
||||||
RUN npm install -g less-plugin-clean-css
|
RUN npm install -g less-plugin-clean-css
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue