More consistent docker build test

This commit is contained in:
Guillaume J. Charmes 2013-05-01 15:06:40 -07:00
parent 924b61328c
commit 6d6a03dfba
1 changed files with 1 additions and 1 deletions

View File

@ -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