fossil (stable)

Published 2024-06-25 18:06:00 -03:00 by Ghost in raulhc/fossil

Installation

docker pull git.raulhc.cc/raulhc/fossil:stable
sha256:d2c7ee19f6cf983c1f98054e0e416d9b953431b0fd429739f8a50968f0e6448d

Image layers

ADD file:7362e0e50f30ff45463ea38bb265cb8f6b7cd422eb2d09de7384efa0b59614be in /
CMD ["bash"]
LABEL maintainer=Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@cpan.org>
COPY file:3cb2f820bb82057c8285c723b0464d2534b781fdde1b4bf31d7c4e1cc7acff14 in /usr/src/perl/
WORKDIR /usr/src/perl
/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 ca-certificates curl dpkg-dev gcc libc6-dev make netbase patch xz-utils && curl -SL https://www.cpan.org/src/5.0/perl-5.14.4.tar.bz2 -o perl-5.14.4.tar.bz2 && echo 'eece8c2b0d491bf6f746bd1f4f1bb7ce26f6b98e91c54690c617d7af38964745 *perl-5.14.4.tar.bz2' | sha256sum -c - && tar --strip-components=1 -xaf perl-5.14.4.tar.bz2 -C /usr/src/perl && rm perl-5.14.4.tar.bz2 && cat *.patch | patch -p1 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" && archFlag="$([ "$archBits" = '64' ] && echo '-Duse64bitall' || echo '-Duse64bitint')" && ./Configure -Darchname="$gnuArch" "$archFlag" -Duseshrplib -Dvendorprefix=/usr/local -A ccflags=-fwrapv -des && make -j$(nproc) && LD_LIBRARY_PATH=. ./perl -Ilib -de0 && make install && cd /usr/src && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root && savedPackages="make netbase" && apt-mark auto '.*' > /dev/null && apt-mark manual $savedPackages && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -fr /var/cache/apt/* /var/lib/apt/lists/* && rm -fr ./cpanm /root/.cpanm /usr/src/perl /usr/src/App-cpanminus-1.7044* /tmp/*
WORKDIR /
CMD ["perl5.14.4" "-de0"]
RUN /bin/sh -c apt-get update && apt-get install -y antiword apache2 bash ca-certificates db-util gcc graphviz grep imagemagick logwatch lynx make mime-support musl musl-dev nano odt2txt openssl perl perl-base perl-modules perlmagick poppler-utils rcs tzdata unzip wget zip libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libapache2-mod-authz-unixgroup libapache2-mod-perl2 libapache2-reload-perl libarchive-zip-perl libbsd-resource-perl libcgi-session-perl libclass-isa-perl libclass-mix-perl libcommon-sense-perl libcrypt-eksblowfish-perl libcrypt-passwdmd5-perl libdata-optlist-perl libdate-manip-perl libdbd-mysql-perl libdbi-perl libdevel-symdump-perl libdigest-hmac-perl libdpkg-perl libencode-locale-perl liberror-perl libesedb-utils libfile-copy-recursive-perl libfile-fcntllock-perl libfile-listing-perl libfont-afm-perl libgetopt-long-descriptive-perl libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libimage-magick-perl libio-socket-ip-perl libio-socket-ssl-perl libio-stringy-perl libipc-signal-perl libjson-perl libjson-xs-perl liblocale-gettext-perl liblocale-maketext-lexicon-perl liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl libmime-types-perl libmodule-implementation-perl libmodule-runtime-perl libnet-dns-perl libnet-http-perl libnet-ip-perl libnet-ssleay-perl libparams-classify-perl libparams-util-perl libparams-validate-perl libpcre3:amd64 libposix-strptime-perl libproc-waitstat-perl libsocket-perl libsub-exporter-perl libsub-install-perl libswitch-perl libtext-charwidth-perl libtext-diff-perl libtext-iconv-perl libtext-unidecode-perl libtext-wrapi18n-perl libtimedate-perl libtry-tiny-perl liburi-perl libuuid-perl libwww-perl libwww-robotrules-perl libyaml-syck-perl # buildkit
COPY foswiki-apache.conf /etc/apache2/sites-available/foswiki-apache.conf # buildkit
RUN /bin/sh -c mkdir -p /var/lib/foswiki # buildkit
RUN /bin/sh -c a2dissite 000-default # buildkit
RUN /bin/sh -c a2ensite foswiki-apache # buildkit
RUN /bin/sh -c a2enmod authz_unixgroup # buildkit
RUN /bin/sh -c a2enmod cgid # buildkit
RUN /bin/sh -c a2enmod include # buildkit
RUN /bin/sh -c a2enmod rewrite # buildkit
EXPOSE map[80/tcp:{}]
CMD ["/usr/sbin/apache2ctl" "-D" "FOREGROUND"]

Labels

Key Value
com.docker.compose.project docker
com.docker.compose.service fossil
com.docker.compose.version 2.26.1
maintainer Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@cpan.org>
Details
Container
2024-06-25 18:06:00 -03:00
0
OCI / Docker
linux/amd64
204 MiB
Versions (3) View all
stable 2024-06-25
latest 2024-06-25
1 2024-06-25