diff options
author | Camil Staps | 2018-02-08 18:13:07 +0100 |
---|---|---|
committer | Camil Staps | 2018-02-08 18:13:07 +0100 |
commit | d1263bc4681fbff5e8114ad9bacba57c8dd68b61 (patch) | |
tree | fa7242ca7b129317abed20d08e4bbfedd523d3d5 /Dockerfile | |
parent | Update Clean version (diff) | |
parent | Update alias to a function (diff) |
Merge branch 'master' of github:camilstaps/iClean
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ RUN ./make_abc.sh \ && apt-get update -qq \ && apt-get install -qq $PACKAGES --no-install-recommends \ && make -B \ + && mkdir -p /opt/clean/lib/Local \ && rm -rf \ Clean\ System\ Files \ CleanReadLine \ |