centred (builder-220724)

Published 2022-08-01 09:43:36 +02:00 by aksdb

Installation

docker pull git.aksdb.de/aksdb/centred:builder-220724
sha256:7acb98e933c8fbbc54c1a0a0588050fe8a4852270cea08044c94995cdd3dbf26

Image Layers

ADD file:11157b07dde10107f3f6f2b892c869ea83868475d5825167b5f466a7e410eb05 in /
CMD ["bash"]
/bin/sh -c apt update && apt install -y libgtk2.0-dev libgl-dev binutils-mingw-w64-i686 git wget && rm -rf /var/lib/apt/lists/* && ln -s /usr/bin/i686-w64-mingw32-windres /usr/bin/i386-win32-windres && ln -s /usr/bin/i686-w64-mingw32-windres /usr/bin/windres
/bin/sh -c cd /root && export FPCVERSION=3.2.2 && export LAZVERSION=2.2.2 && wget --content-disposition https://sourceforge.net/projects/freepascal/files/Linux/$FPCVERSION/fpc-$FPCVERSION.x86_64-linux.tar/download && wget --content-disposition https://sourceforge.net/projects/freepascal/files/Source/$FPCVERSION/fpc-$FPCVERSION.source.tar.gz/download && tar xf fpc-$FPCVERSION.x86_64-linux.tar && cd fpc-$FPCVERSION.x86_64-linux && echo "/usr" | ./install.sh && cd .. && tar xf fpc-$FPCVERSION.source.tar.gz && cd fpc-$FPCVERSION && make crossinstall INSTALL_PREFIX=/usr OS_TARGET=win32 CPU_TARGET=i386 && make clean && ln -s /usr/lib/fpc/$FPCVERSION/ppcross386 /usr/bin/ppcross386 && cd .. && wget --content-disposition https://sourceforge.net/projects/lazarus/files/Lazarus%20Zip%20_%20GZip/Lazarus%20$LAZVERSION/lazarus-$LAZVERSION-0.tar.gz/download && tar xf lazarus-$LAZVERSION-0.tar.gz && cd lazarus && make lazbuild && cd /root && rm -rf *.tar.gz fpc-$FPCVERSION*
/bin/sh -c cd /root && git clone --depth 1 https://github.com/blikblum/multilog && git clone --depth 1 https://github.com/almindor/lnet && ~/lazarus/lazbuild --lazarusdir=~/lazarus --add-package-link ~/multilog/multiloglaz.lpk && ~/lazarus/lazbuild --lazarusdir=~/lazarus --add-package-link ~/lnet/lazaruspackage/lnetbase.lpk && ~/lazarus/lazbuild --lazarusdir=~/lazarus --add-package-link ~/lnet/lazaruspackage/lnetvisual.lpk

Labels

Key Value
io.buildah.version 1.26.1
Details
Container
2022-08-01 09:43:36 +02:00
1
OCI / Docker
linux/amd64
569 MiB
Versions (3) View all
builder-221016 2022-10-16
builder-220814 2022-08-14
builder-220724 2022-08-01