aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
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