Skip to content

Commit 62dcf66

Browse files
authored
Merge pull request #72 from AlfHou/AlfHou-patch-1
Update Dockerfile
2 parents b962565 + b016dad commit 62dcf66

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
15+
RUN apk add --no-cache autoconf automake build-base nasm libc6-compat
1616
RUN npm install
1717
COPY ./ui .
1818
RUN npm run build

0 commit comments

Comments
 (0)