mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
fix: add ca-certificates to builder stage for go mod download
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ COPY --from=go-installer /usr/local/go /usr/local/go
|
||||
ENV PATH="/usr/local/go/bin:${PATH}"
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
git make gcc libc6-dev \
|
||||
git make gcc libc6-dev ca-certificates \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
Reference in New Issue
Block a user