1
Fork 0

Fix (cgo still seems to be required, but no sqlite-dev)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jan-Lukas Else 2021-09-04 10:45:44 +02:00
parent 75b6d1220d
commit 6e0245779d
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
FROM golang:1.17-alpine3.14 as build
WORKDIR /app
RUN apk add --no-cache git gcc musl-dev
ADD *.go go.mod go.sum /app/
ADD templates/ /app/templates/
RUN go test -cover ./...