aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorCamil Staps2016-10-18 23:58:52 +0200
committerCamil Staps2016-10-18 23:58:52 +0200
commit8be1e7b05aaed9fbd61987b711645506b36b30c0 (patch)
tree2de2f5a5615a1439edb452c34e0fd733c5b9863c /Dockerfile
parentTemplate file (diff)
cleanup
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