Skip to content

Commit

Permalink
chore: add gcc and sqlite-dev dependencies to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Jan 31, 2025
1 parent eb6da57 commit be1ed11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +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

ENV GO111MODULE=on \
CGO_ENABLED=1 \
Expand Down

0 comments on commit be1ed11

Please sign in to comment.