mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
dockerbuilder: fix permissions
This commit is contained in:
parent
6ca3b151b1
commit
e7271cdaae
1 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,8 @@ run DEBIAN_FRONTEND=noninteractive apt-get install -y -q build-essential
|
||||||
run DEBIAN_FRONTEND=noninteractive apt-get install -y -q debhelper
|
run DEBIAN_FRONTEND=noninteractive apt-get install -y -q debhelper
|
||||||
run DEBIAN_FRONTEND=noninteractive apt-get install -y -q autotools-dev
|
run DEBIAN_FRONTEND=noninteractive apt-get install -y -q autotools-dev
|
||||||
add . /src
|
add . /src
|
||||||
run cp /src/dockerbuilder /usr/local/bin/
|
run cp /src/dockerbuilder /usr/local/bin/ && chmod +x /usr/local/bin/dockerbuilder
|
||||||
run cp /src/fake_initctl /usr/local/bin/initctl
|
run cp /src/fake_initctl /usr/local/bin/initctl && chmod +x /usr/local/bin/initctl
|
||||||
run cp /src/s3cfg /.s3cfg
|
run cp /src/s3cfg /.s3cfg
|
||||||
run DEBIAN_FRONTEND=noninteractive apt-get install -y -q devscripts
|
run DEBIAN_FRONTEND=noninteractive apt-get install -y -q devscripts
|
||||||
cmd dockerbuilder
|
cmd ["dockerbuilder"]
|
||||||
|
|
Loading…
Reference in a new issue