move PH_TRUE to Dockerfiles to DRY

This commit is contained in:
diginc
2016-11-03 22:34:04 -05:00
parent c2930b0ca5
commit b9f3493dbc
4 changed files with 5 additions and 4 deletions
+2
View File
@@ -11,4 +11,6 @@ ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$SCRIPTDIR
RUN true && \
chmod +x $SCRIPTDIR/*
ENV PH_TEST true
#sed '/# Start the installer/Q' /opt/pihole/basic-install.sh > /opt/pihole/stub_basic-install.sh && \