aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorCamil Staps2016-10-19 01:15:15 +0200
committerCamil Staps2016-10-19 01:15:23 +0200
commit97d642004a148477f082598f59429889f95f322e (patch)
tree2357bb1265ec5b2e596166c0c930ab107f0b0fb4 /Dockerfile
parentHeap size (diff)
Resolve #3: remove warnings at first run
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 1f077fd..1d7a86f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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