Skip to content

Commit c4f5d93

Browse files
authored
Merge pull request #75 from AlfHou/AlfHou-patch-1
Update Dockerfile
2 parents 49cc485 + 6132aa3 commit c4f5d93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ 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 python3 py3-pip make g++ libpng-dev zlib-dev
15+
RUN apk add --no-cache autoconf automake build-base nasm libc6-compat python3 py3-pip make g++ libpng-dev zlib-dev pngquant
16+
1617
RUN npm install
1718
COPY ./ui .
1819
RUN npm run build

0 commit comments

Comments
 (0)