mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-17 09:16:36 +08:00
chore: add gcc and sqlite-dev dependencies to Dockerfile
This commit is contained in:
parent
eb6da573a3
commit
be1ed114f4
@ -17,6 +17,7 @@ RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat /web/default/VERSION) n
|
|||||||
FROM golang:alpine AS builder2
|
FROM golang:alpine AS builder2
|
||||||
|
|
||||||
RUN apk add --no-cache g++
|
RUN apk add --no-cache g++
|
||||||
|
RUN apk add --no-cache gcc musl-dev libc-dev sqlite-dev
|
||||||
|
|
||||||
ENV GO111MODULE=on \
|
ENV GO111MODULE=on \
|
||||||
CGO_ENABLED=1 \
|
CGO_ENABLED=1 \
|
||||||
|
Loading…
Reference in New Issue
Block a user