Skip to content

Commit b016dad

Browse files
authored
Update Dockerfile
1 parent b962565 commit b016dad

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)