Switch to a version of docker which doesnt re-translate already translated UIDs on untar.
This commit is contained in:
parent
033f66a94d
commit
9070ead4eb
3 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Reference in a new issue