mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
More consistent docker build test
This commit is contained in:
parent
924b61328c
commit
6d6a03dfba
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const Dockerfile = `
|
|||
# VERSION 0.1
|
||||
# DOCKER-VERSION 0.2
|
||||
|
||||
from docker-ut
|
||||
from ` + unitTestImageName + `
|
||||
run sh -c 'echo root:testpass > /tmp/passwd'
|
||||
run mkdir -p /var/run/sshd
|
||||
insert https://raw.github.com/dotcloud/docker/master/CHANGELOG.md /tmp/CHANGELOG.md
|
||||
|
|
Loading…
Reference in a new issue