DEPRECATED: Use the community maintained https://tangled.sh/@tangled.sh/knot-docker instead

fix build due to new cgo dep for knotserver

Changed files
+1 -1
+1 -1
Dockerfile
···
FROM alpine AS build
-
RUN apk add --update go git
+
RUN apk add --update go git gcc musl-dev
RUN git clone https://tangled.sh/@tangled.sh/core /src
WORKDIR /src
ENV CGO_ENABLED=1