Skip to content

Commit a04681d

Browse files
author
Jerry
committed
修改Dockerfile
1 parent 5007417 commit a04681d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN npm run generate
77

88
FROM golang:alpine as backend
99
ENV CGO_ENABLED 1
10+
RUN apk add build-base
1011
WORKDIR /app
1112
COPY backend/go.mod .
1213
COPY backend/go.sum .

0 commit comments

Comments
 (0)