mirror of
https://github.com/writeas/writefreely
synced 2025-01-31 18:24:52 +01:00
Merge pull request #48 from TeDomum/master
Fix the Docker build when installing go-sqlite
This commit is contained in:
commit
88e1c65939
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user