diff options
author | w0rp <devw0rp@gmail.com> | 2017-04-02 21:29:06 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-04-02 21:29:06 +0100 |
commit | 480c8504a640b614ebaa3e517d7c912a83dc15da (patch) | |
tree | 31e53492fe3dd85d5a30197c7485fcb9280db779 /Dockerfile | |
parent | 7c736579b72a79d955d090db35adf8c751a79fd8 (diff) | |
download | ale-480c8504a640b614ebaa3e517d7c912a83dc15da.zip |
Add C and C++ tools to the Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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/* |