diff options
author | Camil Staps | 2016-10-19 01:15:15 +0200 |
---|---|---|
committer | Camil Staps | 2016-10-19 01:15:23 +0200 |
commit | 97d642004a148477f082598f59429889f95f322e (patch) | |
tree | 2357bb1265ec5b2e596166c0c930ab107f0b0fb4 /Dockerfile | |
parent | Heap size (diff) |
Resolve #3: remove warnings at first run
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ FROM camilstaps/clean:itasks-latest RUN apt-get update -qq && apt-get install -qq libreadline-dev +COPY make_abc.sh . +RUN ./make_abc.sh + RUN touch /home/.iclean_history /home/.iclean_template RUN mkdir -p /usr/src/iclean |