Add g++ to the Dockerfile
This commit is contained in:
parent
5f02595ea4
commit
22307ccabc
@ -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 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user