mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Add g++ to the Dockerfile
This commit is contained in:
@@ -11,6 +11,7 @@ ENV PACKAGES="\
|
||||
py-pip \
|
||||
nodejs \
|
||||
gcc \
|
||||
g++ \
|
||||
clang \
|
||||
"
|
||||
RUN apk --update add $PACKAGES && \
|
||||
|
||||
Reference in New Issue
Block a user