mirror of https://github.com/dense-analysis/ale
Add C and C++ tools to the Dockerfile
This commit is contained in:
parent
7c736579b7
commit
480c8504a6
|
@ -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/*
|
||||
|
|
Loading…
Reference in New Issue