mirror of https://github.com/containers/podman.git
HACK HACK try debugging build
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
parent
333d9af77a
commit
21421c8411
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue