Remove the PATH setting
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Sat, 25 Apr 2015 22:13:38 +0200
changeset 10 3e3fbd0cc16f
parent 9 519e3c376632
child 11 a851a0d65537
Remove the PATH setting
platforms/debian7/Dockerfile.in
platforms/fedora21/Dockerfile.in
platforms/opensuse/Dockerfile.in
--- a/platforms/debian7/Dockerfile.in	Sat Apr 25 22:13:10 2015 +0200
+++ b/platforms/debian7/Dockerfile.in	Sat Apr 25 22:13:38 2015 +0200
@@ -50,5 +50,4 @@
 ## should be done by you, manually :)
 # -> full hostname
 
-ENTRYPOINT ["./runtest", "../src/build-Linux-x86_64/exim", \
-    "-FLAVOUR", "debian7"]
+ENTRYPOINT ["./runtest", "../src/build-Linux-x86_64/exim", "-FLAVOUR", "debian7"]
--- a/platforms/fedora21/Dockerfile.in	Sat Apr 25 22:13:10 2015 +0200
+++ b/platforms/fedora21/Dockerfile.in	Sat Apr 25 22:13:38 2015 +0200
@@ -46,5 +46,4 @@
 ## should be done by you, manually :)
 # -> full hostname
 
-ENV PATH=/sbin:$PATH
 ENTRYPOINT ["./runtest", "../src/build-Linux-x86_64/exim", "-FLAVOUR", "fedora21"]
--- a/platforms/opensuse/Dockerfile.in	Sat Apr 25 22:13:10 2015 +0200
+++ b/platforms/opensuse/Dockerfile.in	Sat Apr 25 22:13:38 2015 +0200
@@ -47,5 +47,4 @@
 ## should be done by you, manually :)
 # -> full hostname
 
-ENV PATH=/sbin:$PATH
 ENTRYPOINT ["./runtest", "../src/build-Linux-x86_64/exim", "-FLAVOUR", "opensuse"]