HACK HACK try debugging build

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
Matthew Heon 2020-08-04 10:46:10 -04:00
parent 333d9af77a
commit 21421c8411
1 changed files with 2 additions and 0 deletions

View File

@ -1125,6 +1125,8 @@ USER mail`
})
It("podman run makes entrypoint from image", func() {
// BuildImage does not seem to work remote
SkipIfRemote()
dockerfile := `FROM busybox
WORKDIR /madethis`
podmanTest.BuildImage(dockerfile, "test", "false")