# Auto generated from tcwg-base/tcwg-build/Dockerfile.in. Do not edit. FROM linaro/ci-arm64-tcwg-base-ubuntu:trusty COPY home-data/ /home-data/ RUN new-user.sh --group tcwg-infra:9000 \ && while read line; do \ if [ x"$(echo "$line" | cut -d: -f 4)" != x"9000" ]; then \ continue; \ fi; \ new-user.sh --passwd "$line" --home-data /home-data; \ done