Switch to a version of docker which doesnt re-translate already translated UIDs on untar.

This commit is contained in:
Jake Moshenko 2014-05-20 18:25:53 -04:00
parent 033f66a94d
commit 9070ead4eb
3 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ RUN apt-get install -y git python-virtualenv python-dev libjpeg8 libjpeg62-dev l
### End common section ###
RUN apt-get install -y lxc
RUN apt-get install -y lxc aufs-tools
RUN usermod -v 100000-200000 -w 100000-200000 root