Explorar el Código

Fix the Docker build when installing go-sqlite

Go-SQLite requires sqlite library headers and gcc.
pull/48/head
kaiyou hace 5 años
padre
commit
38184f4d13
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile Ver fichero

@@ -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



Cargando…
Cancelar
Guardar