fix(docker): install curl in builder image for init-go
This commit is contained in:
parent
1cc683eaee
commit
8bb2d3b3ab
@ -6,7 +6,7 @@ FROM ${GO_RUNTIME_IMAGE} AS builder
|
||||
ARG GO_VERSION="1.24.5"
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends make git ca-certificates \
|
||||
&& apt-get install -y --no-install-recommends curl make git ca-certificates \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
# =======================================================
|
||||
# 安装 Go SDK(默认开启)
|
||||
|
||||
@ -7,7 +7,7 @@ FROM ${GO_RUNTIME_IMAGE} AS builder
|
||||
ARG GO_VERSION="1.24.5"
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends make git ca-certificates \
|
||||
&& apt-get install -y --no-install-recommends curl make git ca-certificates \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
# =======================================================
|
||||
# 安装 Go SDK(默认开启)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user