Add gcc for sqlite3 compile
This commit is contained in:
parent
bd9f6d2223
commit
36582d831b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM golang:1-alpine AS builder
|
FROM golang:1-alpine AS builder
|
||||||
|
|
||||||
RUN apk add --no-cache git ca-certificates
|
RUN apk add --no-cache git ca-certificates gcc musl-dev
|
||||||
RUN wget -qO /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64
|
RUN wget -qO /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64
|
||||||
RUN chmod +x /usr/local/bin/dep
|
RUN chmod +x /usr/local/bin/dep
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue