Fix the Docker build when installing go-sqlite

Go-SQLite requires sqlite library headers and gcc.
This commit is contained in:
kaiyou 2018-12-16 20:49:27 +01:00
parent 11de25237d
commit 38184f4d13
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