删除 Dockerfile

This commit is contained in:
he 2024-02-11 21:01:13 +00:00
parent cb06ac89ef
commit f125b8502d
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
FROM golang:1.21-alpine
ENV GO111MODULE=on
RUN apk --no-cache add build-base git && \
go install github.com/magefile/mage@latest && \
mv /go/bin/mage /usr/local/go/bin # Since we're mounting the source we want to compile into /go, we will overlay the mage binary