mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-06 01:57:40 +08:00
fix: use alpine with gcc
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
FROM golang:1.22 as builder
|
||||
FROM golang:1.22-alpine3.20 as builder
|
||||
|
||||
RUN apk add build-base
|
||||
|
||||
# 启用go module
|
||||
ENV GO111MODULE=on \
|
||||
|
||||
Reference in New Issue
Block a user