aboutsummaryrefslogtreecommitdiffstats
path: root/ci/docker-image/Dockerfile
blob: c7b874ae38eee2a7ea04a432ce982415210bc103 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
FROM debian:stretch
MAINTAINER Wouter Verhelst <wouter@debian.org>
RUN apt-get update
# This creates several layers. This is *ON PURPOSE*. The alternative is
# to have a nearly 2G single layer; pushing that takes multiple hours,
# and pulling that is sloooow too.
RUN apt-get -y install wml make gettext && apt-get clean
RUN apt-get -y install git opencc diffstat && apt-get clean
RUN apt-get -y install libintl-perl libxml-rss-perl wget libtimedate-perl libsoap-lite-perl liblocale-gettext-perl && apt-get clean
RUN apt-get -y install texlive-latex-base texlive-binaries texlive-fonts-recommended && apt-get clean
RUN apt-get -y install debiandoc-sgml python-lxml && apt-get clean

© 2014-2024 Faster IT GmbH | imprint | privacy policy