Skip to content

Commit

Permalink
docker: add dockerfile for Debian 11 "bullseye"
Browse files Browse the repository at this point in the history
  • Loading branch information
knowledgejunkie committed Oct 17, 2019
1 parent 48cc679 commit aa3a571
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions .Dockerfile.debian-bullseye
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Dockerfile to generate Debian 11 "Bullseye" build container for XMLTV

FROM debian:bullseye

MAINTAINER Nick Morrott <[email protected]>

RUN echo "deb http://deb.debian.org/debian bullseye main" > /etc/apt/sources.list

RUN apt-get update && apt-get -y install \
libarchive-zip-perl \
libcgi-pm-perl \
libdata-dump-perl \
libdate-calc-perl \
libdate-manip-perl \
libdatetime-format-iso8601-perl \
libdatetime-format-sqlite-perl \
libdatetime-format-strptime-perl \
libdatetime-perl \
libdatetime-timezone-perl \
libdbd-sqlite3-perl \
libdbi-perl \
libfile-chdir-perl \
libfile-homedir-perl \
libfile-slurp-perl \
libfile-which-perl \
libhtml-parser-perl \
libhtml-tree-perl \
libhttp-cache-transparent-perl \
libhttp-cookies-perl \
libhttp-message-perl \
libio-stringy-perl \
libjson-perl \
libjson-xs-perl \
liblingua-preferred-perl \
liblinux-dvb-perl \
liblist-moreutils-perl \
liblog-tracemessages-perl \
liblwp-protocol-https-perl \
liblwp-useragent-determined-perl \
libperlio-gzip-perl \
libsoap-lite-perl \
libterm-progressbar-perl \
libterm-readkey-perl \
libtimedate-perl \
libtk-tablematrix-perl \
libtry-tiny-perl \
libunicode-string-perl \
liburi-perl \
libwww-perl \
libxml-dom-perl \
libxml-libxml-perl \
libxml-libxslt-perl \
libxml-parser-perl \
libxml-simple-perl \
libxml-treepp-perl \
libxml-twig-perl \
libxml-writer-perl \
make \
perl \
perl-tk \
--no-install-recommends

0 comments on commit aa3a571

Please sign in to comment.