t12i/evo-base (1.4.10)
Published 2025-09-12 16:32:46 +00:00 by francesco
Installation
docker pull gitea.guerriero.pro/public/t12i/evo-base:1.4.10sha256:dab957792fa5d39ab355a8a23ef65ad7cc2117acd23f45469240531163ac5d70Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1757289600' |
| ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu72 libssl3 libstdc++6 tzdata && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit |
| ENV DOTNET_VERSION=9.0.9 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| ENV ASPNET_VERSION=9.0.9 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| ARG EVOVER |
| RUN |1 EVOVER= /bin/sh -c apt-get update && apt-get install -y software-properties-common && add-apt-repository 'deb http://deb.debian.org/debian bookworm main' && apt-get update && apt-get install -y locales && apt-get install -y libc6 -f -o APT::Immediate-Configure=0 && apt-get install -y libgdiplus libicu-dev libharfbuzz0b libfontconfig1 libfreetype6 && apt-get install -y libpango-1.0-0 && apt-get install -y libpangocairo-1.0 && apt-get install -y fonts-liberation && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN |1 EVOVER= /bin/sh -c echo 'it_IT.UTF-8 UTF-8' >> /etc/locale.gen # buildkit |
| RUN |1 EVOVER= /bin/sh -c locale-gen it_IT.UTF-8 # buildkit |
| ENV TZ=Europe/Rome |
| ENV LANG=it_IT.UTF-8 |
| ENV LANGUAGE=it_IT.UTF-8 |
| ENV LC_ALL=it_IT.UTF-8 |
| ENV EVO_BASE_VERSION= |
| ENV DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE=false |