add g++ for building

This commit is contained in:
Sebastian Hugentobler 2020-07-08 18:16:01 +00:00
parent 3e43865ca3
commit 2cd6c8d51c

View File

@ -4,6 +4,7 @@ ENV VERSION=v0.8.1
RUN apk --no-cache add \
gcc \
g++ \
musl-dev \
python3-dev \
zlib-dev \