Unverified Commit 69225b50 authored by Athurg Gooth's avatar Athurg Gooth Committed by GitHub

chore: clean Dockerfile to exclude musl-dev (#1787)

Clean Dockerfile to exclude musl-dev install
Co-authored-by: 's avatarAthurg Feng <athurg@gooth.org>
parent 2f905eed
...@@ -14,8 +14,6 @@ RUN pnpm build ...@@ -14,8 +14,6 @@ RUN pnpm build
FROM golang:1.19.3-alpine3.16 AS backend FROM golang:1.19.3-alpine3.16 AS backend
WORKDIR /backend-build WORKDIR /backend-build
RUN apk update && apk add --no-cache gcc musl-dev
COPY . . COPY . .
COPY --from=frontend /frontend-build/dist ./server/dist COPY --from=frontend /frontend-build/dist ./server/dist
......
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