t12i/evo-base (arm64-1.3.18)
Published 2024-05-15 16:04:31 +00:00 by francesco
Installation
docker pull gitea.guerriero.pro/public/t12i/evo-base:arm64-1.3.18sha256:198e9d49ad8366977fc01b3e382d116e3d4e12524fc337cec6750b5aa0f8cb12Image Layers
| ADD file:e23ba17afc7850bcca9e73ba5022db9f0a80c6a0250585fd3f50a1960226474b 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.5 |
| 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.5 |
| 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= |