Skip to content
Snippets Groups Projects
Commit 71159f66 authored by jurgenhaas's avatar jurgenhaas
Browse files

#8 Cleanup caches after build

parent 82156c64
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,7 @@ RUN echo "Install dorgflow" && \
git clone https://github.com/joachim-n/dorgflow.git && \
cd dorgflow && \
composer install --no-dev && \
ln -s /var/opt/dorgflow/dorgflow /usr/local/bin/dorgflow
ln -s /var/opt/dorgflow/dorgflow /usr/local/bin/dorgflow && \
\
rm -rf /var/cache/* && \
rm -rf /root/.composer/cache
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment