Add C and C++ tools to the Dockerfile

This commit is contained in:
w0rp 2017-04-02 21:29:06 +01:00
parent 7c736579b7
commit 480c8504a6
1 changed files with 4 additions and 0 deletions

View File

@ -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/*