projects
/
osm
/
vim-emu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aa0e6d
)
Adding apt-get clean before install. Ansible update issue
author
felipevicens
<felipe.vicens@atos.net>
Thu, 23 Jun 2016 17:00:36 +0000
(19:00 +0200)
committer
felipevicens
<felipe.vicens@atos.net>
Thu, 23 Jun 2016 17:00:36 +0000
(19:00 +0200)
utils/docker/Dockerfile
patch
|
blob
|
history
diff --git
a/utils/docker/Dockerfile
b/utils/docker/Dockerfile
index
d0e94b1
..
2bcdc34
100755
(executable)
--- a/
utils/docker/Dockerfile
+++ b/
utils/docker/Dockerfile
@@
-6,6
+6,8
@@
ENV SON_EMU_IN_DOCKER 1
WORKDIR /son-emu
COPY . /son-emu/
+RUN apt-get clean
+
RUN cd /son-emu/ansible \
&& ansible-playbook install.yml \
&& cd /son-emu \