Skip to content

Commit 9bcc2cc

Browse files
authored
Merge pull request #73 from AlfHou/AlfHou-patch-1
Update Dockerfile
2 parents 62dcf66 + d3d8cc2 commit 9bcc2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN go build -o ./app ./main.go
1212
FROM node:16-alpine as build-stage
1313
WORKDIR /app
1414
COPY ./ui/package*.json ./
15-
RUN apk add --no-cache autoconf automake build-base nasm libc6-compat
15+
RUN apk add --no-cache autoconf automake build-base nasm libc6-compat python3 py3-pip make g++
1616
RUN npm install
1717
COPY ./ui .
1818
RUN npm run build

0 commit comments

Comments
 (0)