t12i/evo-base (arm64-1.3.17)
Published 2024-04-15 14:55:15 +00:00 by francesco
Installation
docker pull gitea.guerriero.pro/public/t12i/evo-base:arm64-1.3.17sha256:f265ca959a5b04f8d7eec02c2da374546c7bee854ca779513fa04b5f91649320Image Layers
| ADD file:c7462f37a5f52b19cd37c5f448dd8959421f489eccea6afa5483d10692994ff6 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.4 |
| 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.4 |
| 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= |