Contains all required prerequisites to generate papers for the <programming17> conference + LyX
350
FROM ubuntu:xenial RUN apt-get -y update RUN apt-get -y install lyx openssh-server RUN apt-get -y install texlive-lang-greek texlive-fonts-extra texlive-bibtex-extra texlive-math-extra
RUN mkdir /var/run/sshd RUN sed -ri 's/UsePAM yes/#UsePAM yes/g' /etc/ssh/sshd_config EXPOSE 22
RUN mkdir -p /home/lyx/project
COPY run-sshd.sh /root RUN chmod +x /root/run-sshd.sh CMD /root/run-sshd.sh
Content type
Image
Digest
Size
1.7 GB
Last updated
about 10 years ago
docker pull brosenan/lyx