From 99ca328c7468262c623866095dbf835f34de8946 Mon Sep 17 00:00:00 2001 From: Simon Ding Date: Mon, 22 Jul 2024 14:45:23 +0800 Subject: [PATCH] fix: remove --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6fde2f5..dff79ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM golang:1.22 as builder -RUN apk add build-base - # 启用go module ENV GO111MODULE=on \ GOPROXY=https://goproxy.cn,direct