Skip to content

Commit 627eb88

Browse files
committed
Fixed Docker build on arm/v7
1 parent 557a3d5 commit 627eb88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ RUN \
5353
&& \
5454
apk add --no-cache --virtual .build \
5555
gcc \
56+
g++ \
5657
libffi-dev \
5758
musl-dev \
5859
&& \

0 commit comments

Comments
 (0)