diff options
Diffstat (limited to 'test/integration/targets/docker_image/files/Dockerfile')
-rw-r--r-- | test/integration/targets/docker_image/files/Dockerfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/integration/targets/docker_image/files/Dockerfile b/test/integration/targets/docker_image/files/Dockerfile deleted file mode 100644 index c2951375fa..0000000000 --- a/test/integration/targets/docker_image/files/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM busybox -ENV foo /bar -WORKDIR ${foo} |