Skip to content

Commit

Permalink
Merge pull request #66 from AlfHou/AlfHou-patch-1
Browse files Browse the repository at this point in the history
Add autoconf dependency to dockerfile
  • Loading branch information
AlfHou authored Jul 19, 2023
2 parents 1c9f9c7 + c15b22c commit e87a348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN go build -o ./app ./main.go
FROM node:16-alpine as build-stage
WORKDIR /app
COPY ./ui/package*.json ./
RUN apk add --no-cache autoconf
RUN npm install
COPY ./ui .
RUN npm run build
Expand Down

0 comments on commit e87a348

Please sign in to comment.