Update the builderworker to fix the lack of license code, and to create dev nodes like libcontainer.
This commit is contained in:
parent
36435d38e3
commit
104906d9b1
3 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ ADD workers workers
|
|||
|
||||
ADD app.py app.py
|
||||
ADD config.py config.py
|
||||
ADD license.pyc license.pyc
|
||||
|
||||
# Remove this if we ever stop depending on test data for the default config
|
||||
ADD test test
|
||||
|
@ -47,4 +48,4 @@ ADD conf/init/dockerfilebuild /etc/service/dockerfilebuild
|
|||
|
||||
VOLUME ["/var/lib/docker", "/var/lib/lxc", "/conf/stack", "/var/log"]
|
||||
|
||||
CMD ["/sbin/my_init"]
|
||||
CMD ["/sbin/my_init"]
|
||||
|
|
Binary file not shown.
Binary file not shown.
Reference in a new issue