mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Add gcc for sqlite3 compile
This commit is contained in:
parent
bd9f6d2223
commit
36582d831b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user