diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-04-03 01:02:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 01:02:57 +0200 |
commit | ccf0e0dd042d8a8d23dd0021ee267e7c9da9ff4a (patch) | |
tree | ee743630732dcad0828ef4880c3c706e50d62c18 /test/e2e/build | |
parent | c3c6a7c8236fb43c3bc7172257b7fb15921e1668 (diff) | |
parent | 1f8569f7d768c411b5fed4446817c79b4b5337a0 (diff) | |
download | podman-ccf0e0dd042d8a8d23dd0021ee267e7c9da9ff4a.tar.gz podman-ccf0e0dd042d8a8d23dd0021ee267e7c9da9ff4a.tar.bz2 podman-ccf0e0dd042d8a8d23dd0021ee267e7c9da9ff4a.zip |
Merge pull request #5696 from rhatdan/cc
Fix environment handling from containers.conf
Diffstat (limited to 'test/e2e/build')
-rw-r--r-- | test/e2e/build/basicalpine/Containerfile.path | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/e2e/build/basicalpine/Containerfile.path b/test/e2e/build/basicalpine/Containerfile.path new file mode 100644 index 000000000..d2b03a6b8 --- /dev/null +++ b/test/e2e/build/basicalpine/Containerfile.path @@ -0,0 +1,2 @@ +FROM alpine +ENV PATH=/tmp:/bin:/usr/bin:/usr/sbin |