Add g++ to the Dockerfile
This commit is contained in:
parent
5f02595ea4
commit
22307ccabc
@ -11,6 +11,7 @@ ENV PACKAGES="\
|
||||
py-pip \
|
||||
nodejs \
|
||||
gcc \
|
||||
g++ \
|
||||
clang \
|
||||
"
|
||||
RUN apk --update add $PACKAGES && \
|
||||
|
Loading…
Reference in New Issue
Block a user