aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ffc1058..b1445e3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM camilstaps/clean:itasks
RUN apt-get update -qq && apt-get install -qq libreadline-dev
-RUN touch /home/.iclean_history
+RUN touch /home/.iclean_history /home/.iclean_template
RUN mkdir -p /usr/src/iclean
COPY . /usr/src/iclean