1
Fork 0

Disable CGO
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jan-Lukas Else 2021-09-04 11:42:36 +02:00
parent 6e0245779d
commit c55aa7dfe5
1 changed files with 1 additions and 1 deletions

View File

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