mirror of
				https://github.com/songquanpeng/one-api.git
				synced 2025-11-04 15:53:42 +08:00 
			
		
		
		
	chore: add build-base to Dockerfile for enhanced build capabilities
This commit is contained in:
		@@ -17,7 +17,7 @@ RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat /web/default/VERSION) n
 | 
			
		||||
FROM golang:alpine AS builder2
 | 
			
		||||
 | 
			
		||||
RUN apk add --no-cache g++
 | 
			
		||||
RUN apk add --no-cache gcc musl-dev libc-dev sqlite-dev
 | 
			
		||||
RUN apk add --no-cache gcc musl-dev libc-dev sqlite-dev build-base
 | 
			
		||||
 | 
			
		||||
ENV GO111MODULE=on \
 | 
			
		||||
    CGO_ENABLED=1 \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user