t12i/evo-base (1.3.26)
Published 2024-10-09 08:17:44 +00:00 by francesco
Installation
docker pull gitea.guerriero.pro/public/t12i/evo-base:1.3.26sha256:1b07529ceaa75c612b524f0eac57386411f3d9f88e7a7bff2c3b7ea22b0172ddImage Layers
| ADD file:a9a95cfab16803be03e59ade41622ef5061cf90f2d034304fe4ac1ee9ff30389 in / |
| CMD ["bash"] |
| 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 zlib1g && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd -l --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit |
| ENV DOTNET_VERSION=8.0.10 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| ENV ASPNET_VERSION=8.0.10 |
| COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # 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 |