Skip to content

Commit 2624676

Browse files
committed
fix: add g++ and libstdc++ dependencies to Dockerfile.vips
1 parent bbe2770 commit 2624676

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/Dockerfile.vips

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM acherkrau/libvips-static:latest AS builder
22

3-
RUN apk add --no-cache git go
3+
RUN apk add --no-cache git go g++ libstdc++ libstdc++-dev
44

55
WORKDIR /ManyACG
66

0 commit comments

Comments
 (0)