diff options
author | roel0 <roel.postelmans@altran.com> | 2018-03-20 21:49:31 +0100 |
---|---|---|
committer | roel0 <roel.postelmans@altran.com> | 2018-03-20 21:49:31 +0100 |
commit | 18d0aeb1a0cca2b749c3d2232f853fcaddcdb56b (patch) | |
tree | a6462ea0e55dd59f12e247ce39fc35b1861895d7 /Dockerfile | |
parent | 38953c46266706541569f6f89c19ef8af59d36f5 (diff) | |
download | ale-18d0aeb1a0cca2b749c3d2232f853fcaddcdb56b.zip |
* Shell commands should by called async with the help of a command chain
* The makefile parser unit test should only test the cflag parser itself
#1167
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ RUN install_vim -tag v8.0.0027 -build \ ENV PACKAGES="\ bash \ git \ - make \ python \ py-pip \ " |