Skip to content

Commit b962565

Browse files
authored
Merge pull request #71 from AlfHou/AlfHou-patch-1
Update Dockerfile
2 parents f1a7a05 + 20b0e24 commit b962565

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ RUN go build -o ./app ./main.go
1111

1212
FROM node:16-alpine as build-stage
1313
WORKDIR /app
14-
USER node
1514
COPY ./ui/package*.json ./
16-
RUN apk add --no-cache autoconf automake build-base
15+
RUN apk add --no-cache autoconf automake build-base nasm
1716
RUN npm install
1817
COPY ./ui .
1918
RUN npm run build

0 commit comments

Comments
 (0)