# Auto generated from tcwg-base/Dockerfile.in. Do not edit. FROM linaro/base-armhf-ubuntu:xenial COPY postfix-main.cf.in . COPY postfix-sasl_passwd.in . RUN (url="http://ports.ubuntu.com/ubuntu-ports/"; \ ubuntu=xenial; \ for i in $ubuntu $ubuntu-updates $ubuntu-backports $ubuntu-security; do \ for j in deb deb-src; do \ echo "$j $url $i main restricted universe multiverse"; \ done; \ echo; \ done) > /etc/apt/sources.list \ && apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get dist-upgrade -y \ && DEBIAN_FRONTEND=noninteractive apt-get install -y devscripts \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ alien \ autoconf \ autogen \ automake \ bc \ bison \ build-essential \ byacc \ ccache \ ccrypt \ chrpath \ clang \ cmake \ debhelper \ dejagnu \ dh-autoreconf \ dh-translations \ distro-info-data \ emacs \ fakeroot \ flex \ gawk \ gdb \ gdbserver \ git \ git-review \ groff \ less \ libexpat1-dev \ liblzma-dev \ libncurses5-dev \ libpython2.7-dev \ libreadline-dev \ libssl-dev \ libtcnative-1 \ libtool \ linux-tools-generic \ lzop \ make \ net-tools \ netcat \ nfs-kernel-server \ ninja-build \ openjdk-8-jdk \ openssh-server \ python-dev \ postfix \ pxz \ qemu-system-arm \ qemu-user \ rsync \ subversion \ sudo \ tclsh \ texinfo \ texlive-fonts-recommended \ texlive-latex-recommended \ time \ valgrind \ vim \ virtualenv \ wget \ xz-utils \ zip \ zlib1g-dev \ && apt-get clean \ && rm -rf \ /var/lib/apt/lists/* \ /tmp/* \ /var/tmp/* RUN install -D -p -m0755 /usr/share/doc/git/contrib/workdir/git-new-workdir /usr/local/bin/git-new-workdir \ && sed -i -e 's:^session *required *pam_loginuid.so:# session required pam_loginuid.so:' /etc/pam.d/sshd \ && mkdir -p /var/run/sshd \ && sed -i \ -e "/.*MaxStartups.*/d" \ -e "/.*MaxSesssions.*/d" /etc/ssh/sshd_config \ && echo "MaxStartups 256" >> /etc/ssh/sshd_config \ && echo "MaxSessions 256" >> /etc/ssh/sshd_config \ && cp postfix-main.cf.in /etc/postfix/main.cf \ && mkdir -p /etc/postfix/sasl_password \ && cp postfix-sasl_passwd.in /etc/postfix/sasl_password/sasl_password # We use ssh multiplexing, which creates sockets in /tmp. Overlayfs, # which docker is using, can't host sockets, so we use a scratch mount # for /tmp. This requires that we add --rm option to "docker run" # invocations (e.g., mark "Remove volumes" checkbox in docker plugin) to # cleanup host directories used for the scratch mounts. VOLUME /tmp EXPOSE 22 CMD ["linux32", "/usr/sbin/sshd", "-D"] # checksum: e6837bac26818fa466e7e2de2cda84b9