Commit 3f3f6eae authored by boojack's avatar boojack

fix: dockerfile

parent f743532e
...@@ -11,6 +11,9 @@ RUN yarn build ...@@ -11,6 +11,9 @@ RUN yarn build
FROM golang:1.18.3-alpine3.16 AS backend FROM golang:1.18.3-alpine3.16 AS backend
WORKDIR /backend-build WORKDIR /backend-build
RUN apk update
RUN apk --no-cache add gcc musl-dev
COPY . . COPY . .
RUN go build \ RUN go build \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment