Add g++ to the Dockerfile
This commit is contained in:
parent
5f02595ea4
commit
22307ccabc
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ ENV PACKAGES="\
|
||||||
py-pip \
|
py-pip \
|
||||||
nodejs \
|
nodejs \
|
||||||
gcc \
|
gcc \
|
||||||
|
g++ \
|
||||||
clang \
|
clang \
|
||||||
"
|
"
|
||||||
RUN apk --update add $PACKAGES && \
|
RUN apk --update add $PACKAGES && \
|
||||||
|
|
Reference in a new issue