mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Add C and C++ tools to the Dockerfile
This commit is contained in:
@@ -8,6 +8,10 @@ ENV PACKAGES="\
|
||||
python=2.7.12-r0 \
|
||||
py-pip=8.1.2-r0 \
|
||||
nodejs \
|
||||
gcc \
|
||||
clang \
|
||||
cppcheck \
|
||||
clang-tidy \
|
||||
"
|
||||
RUN apk --update add $PACKAGES && \
|
||||
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
|
||||
|
||||
Reference in New Issue
Block a user