FROM golang:1.19-alpine AS builder RUN apk add -U --no-cache \ build-base \ ca-certificates \ git \ sqlite \ taglib-dev \ zlib-dev WORKDIR /src