aboutsummaryrefslogtreecommitdiff
path: root/trusty-i386-tcwg-base
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-13 08:23:20 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-13 08:23:20 +0000
commit7fb18316fb949a3b6f6a36cd7b3fb84fe38c5724 (patch)
treec4a66e69461522f0609ca98321649a811cad470b /trusty-i386-tcwg-base
parent6984268e7ddbe5a98c13e157d55a11f71b805425 (diff)
tcwg-base: Move COPY of new-user.sh after qemu build
... to save build time when changing new-user.sh script. Change-Id: I1ce110494227c217241857aa590784e4f58dc2d9
Diffstat (limited to 'trusty-i386-tcwg-base')
-rw-r--r--trusty-i386-tcwg-base/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/trusty-i386-tcwg-base/Dockerfile b/trusty-i386-tcwg-base/Dockerfile
index 13b00a3c..bbccbc03 100644
--- a/trusty-i386-tcwg-base/Dockerfile
+++ b/trusty-i386-tcwg-base/Dockerfile
@@ -102,7 +102,6 @@ RUN install -D -p -m0755 /usr/share/doc/git/contrib/workdir/git-new-workdir /usr
&& echo "MaxStartups 256" >> /etc/ssh/sshd_config \
&& echo "MaxSessions 256" >> /etc/ssh/sshd_config
-COPY new-user.sh /usr/local/bin/
COPY postfix-main.cf.in /etc/postfix/main.cf
COPY postfix-sasl_password.in /etc/postfix/sasl_password
@@ -119,6 +118,7 @@ RUN mkdir /tmp/docker-install-qemu.$$ \
&& cd && rm -rf /tmp/docker-install-qemu.$$
COPY home-data/ /home-data/
+COPY new-user.sh /usr/local/bin/
RUN new-user.sh --group tcwg-infra:9000 \
&& new-user.sh --group tcwg-users:10000
@@ -132,4 +132,4 @@ VOLUME /tmp
EXPOSE 22
CMD ["linux32", "/usr/sbin/sshd", "-D"]
-# checksum: 6bbf6405eba4b5fb4f754465d9c1748f
+# checksum: ce92a6b3d31109f11241b252ed281330