Add gcc for sqlite3 compile

This commit is contained in:
Tulir Asokan 2018-07-06 16:48:20 +03:00
parent bd9f6d2223
commit 36582d831b

View File

@ -1,6 +1,6 @@
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 chmod +x /usr/local/bin/dep