diff options
author | Camil Staps | 2017-10-29 10:44:10 +0100 |
---|---|---|
committer | Camil Staps | 2017-10-29 10:44:14 +0100 |
commit | e4bb785bb41d406d56d721801153ef97280c7022 (patch) | |
tree | 86bc697129ac42dc3491e9ccb54ba57f3312f66d | |
parent | Towards a working docker version... (diff) |
Made docker image to work again
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ FROM camilstaps/clean:nightly -RUN install_clean.sh bundle-complete 2017-10-09 +RUN install_clean.sh bundle-complete 2017-10-29 COPY . /usr/src/iclean WORKDIR /usr/src/iclean |